more when_integer -> when changes
This commit is contained in:
parent
5452ab5346
commit
e2efb2d1d9
1 changed files with 2 additions and 2 deletions
|
@ -36,11 +36,11 @@
|
|||
|
||||
- name: resize the /dev/vda 1 fs
|
||||
action: command resize2fs /dev/vda1
|
||||
when_integer: ${growpart.rc} == 0
|
||||
when: ${growpart.rc} == 0
|
||||
|
||||
- name: put the mbr back - b/c the resize breaks booting otherwise
|
||||
action: shell cat /usr/share/syslinux/mbr.bin > /dev/vda
|
||||
when_integer: ${growpart.rc} == 0
|
||||
when: ${growpart.rc} == 0
|
||||
|
||||
|
||||
- include: $tasks/cloud_setup_basic.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue