move common scripts lower in manifest
This commit is contained in:
parent
cd90b45b19
commit
6ac3dcc402
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
- include: "{{ tasks }}/common_scripts.yml"
|
||||
|
||||
- name: provision instance
|
||||
hosts: 209.132.184.142
|
||||
|
@ -29,6 +28,7 @@
|
|||
tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
- include: "{{ tasks }}/iptables.yml"
|
||||
- include: "{{ tasks }}/common_scripts.yml"
|
||||
|
||||
- name: prepare mount point
|
||||
action: file state=directory path=/var/lib/copr/public_html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue