temporary disable failure check of growpart of 2nd partition
because on Fedora23 it returns rc 2 when it does not exist
This commit is contained in:
parent
80c68c7fd6
commit
c9e9a21cf3
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
always_run: true
|
||||
changed_when: "growpart.rc != 1"
|
||||
#failed_when: growpart.rc == 2
|
||||
|
||||
ignore_errors: true
|
||||
|
||||
- name: reboot the box
|
||||
command: /sbin/reboot
|
||||
when: growpart.rc == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue