playbooks / retrace: fix missing quote
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0f79ff17ec
commit
e66773cd31
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
|
||||
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml
|
||||
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml"
|
||||
|
||||
|
||||
# fedora-messaging setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue