Fix loop syntax
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
83c3318831
commit
7ee2ddad1b
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
- role: openshift/rollout
|
||||
rollout_app: poddlers
|
||||
rollout_dcname: "{{ item.name }}"
|
||||
loop: poddlers_toddlers
|
||||
loop: "{{ poddlers_toddlers }}"
|
||||
tags:
|
||||
- never
|
||||
- rollout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue