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,6 +15,7 @@
|
||||||
always_run: true
|
always_run: true
|
||||||
changed_when: "growpart.rc != 1"
|
changed_when: "growpart.rc != 1"
|
||||||
#failed_when: growpart.rc == 2
|
#failed_when: growpart.rc == 2
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: reboot the box
|
- name: reboot the box
|
||||||
command: /sbin/reboot
|
command: /sbin/reboot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue