copr: typo, missing quotes
This commit is contained in:
parent
8c580a962a
commit
8c2ffe6724
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
when: datacenter != "aws"
|
||||
|
||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||
when: datacenter == aws
|
||||
when: datacenter == "aws"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr_front_dev:copr_front:copr_front_dev_aws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue