more when_integer -> when changes

This commit is contained in:
Ricky Elrod 2013-09-26 20:04:28 +00:00
parent 5452ab5346
commit e2efb2d1d9

View file

@ -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