Skip to content
Snippets Groups Projects
Commit 79e85865 authored by Tin Lam's avatar Tin Lam
Browse files

Change with_ loop variables syntax to ansible 2

Migrate to full variable syntax with_ loop for cloudkitty.

TrivialFix

Change-Id: Ibdbc17accfd96fb4ed79d8024ed152bf5696a371
parent 99897c54
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
with_together: with_together:
- [{ name: cloudkitty_api, group: cloudkitty-api }, - [{ name: cloudkitty_api, group: cloudkitty-api },
{ name: cloudkitty_processor, group: cloudkitty-processor }] { name: cloudkitty_processor, group: cloudkitty-processor }]
- container_envs.results - "{{ container_envs.results }}"
- check_results.results - "{{ check_results.results }}"
- include: start.yml - include: start.yml
when: remove_containers.changed when: remove_containers.changed
...@@ -62,5 +62,5 @@ ...@@ -62,5 +62,5 @@
with_together: with_together:
- [{ name: cloudkitty_api, group: cloudkitty-api }, - [{ name: cloudkitty_api, group: cloudkitty-api },
{ name: cloudkitty_processor, group: cloudkitty-processor }] { name: cloudkitty_processor, group: cloudkitty-processor }]
- container_envs.results - "{{ container_envs.results }}"
- check_results.results - "{{ check_results.results }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment