Tweak this some.

This commit is contained in:
Kevin Fenzi 2014-07-21 23:33:16 +00:00
parent 8e2d982130
commit 0b5879584a

View file

@ -23,6 +23,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- name: growpart /dev/vda1 partition (/) to full size
action: command growpart /dev/vda 1
register: growpart
@ -38,7 +39,6 @@
action: shell cat /usr/share/syslinux/mbr.bin > /dev/vda
when: growpart.rc == 0
tasks:
- include: "{{ tasks }}/cloud_setup_basic.yml"
- include: "{{ tasks }}/postfix_basic.yml"