fix syntax error
This commit is contained in:
parent
9cb5d5a8f2
commit
1ac72b7e88
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
group: name={{ item }}
|
group: name={{ item }}
|
||||||
when: deployment_type == 'stg' or deployment_type in ['dev', 'prod']
|
when: deployment_type == 'stg' or deployment_type in ['dev', 'prod']
|
||||||
with_items:
|
with_items:
|
||||||
- {{ slaves_group }}
|
- "{{ slaves_group }}"
|
||||||
- testcloud
|
- testcloud
|
||||||
- taskotron
|
- taskotron
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue