copr: be: playbook typo
This commit is contained in:
parent
7d30662023
commit
ebd560cf60
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
- /srv/private/ansible/files/openstack/passwords.yml
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
||||||
when: datacenter != aws
|
when: datacenter != 'aws'
|
||||||
|
|
||||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||||
when: datacenter == aws
|
when: datacenter == 'aws'
|
||||||
|
|
||||||
- name: cloud basic setup
|
- name: cloud basic setup
|
||||||
hosts: copr_back_dev:copr_back_stg:copr_back:copr_back_dev_aws
|
hosts: copr_back_dev:copr_back_stg:copr_back:copr_back_dev_aws
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue