copr-pulp: run aws_cloud.yml in pre_tasks
This commit is contained in:
parent
f575e55d3f
commit
82892605f4
1 changed files with 6 additions and 2 deletions
|
@ -10,12 +10,16 @@
|
|||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||
when: datacenter == 'aws'
|
||||
|
||||
tasks:
|
||||
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
||||
# when: datacenter != 'aws'
|
||||
|
||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||
when: datacenter == 'aws'
|
||||
# - import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||
# when: datacenter == 'aws'
|
||||
|
||||
|
||||
- name: gather facts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue