Tweak this some.
This commit is contained in:
parent
8e2d982130
commit
0b5879584a
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: growpart /dev/vda1 partition (/) to full size
|
- name: growpart /dev/vda1 partition (/) to full size
|
||||||
action: command growpart /dev/vda 1
|
action: command growpart /dev/vda 1
|
||||||
register: growpart
|
register: growpart
|
||||||
|
@ -38,7 +39,6 @@
|
||||||
action: shell cat /usr/share/syslinux/mbr.bin > /dev/vda
|
action: shell cat /usr/share/syslinux/mbr.bin > /dev/vda
|
||||||
when: growpart.rc == 0
|
when: growpart.rc == 0
|
||||||
|
|
||||||
tasks:
|
|
||||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||||
- include: "{{ tasks }}/postfix_basic.yml"
|
- include: "{{ tasks }}/postfix_basic.yml"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue