Merge "tripleo_container_rm: use loop instead of with_items"

This commit is contained in:
Zuul 2020-04-21 15:10:59 +00:00 committed by Gerrit Code Review
commit 5beb4bf8bd
1 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,6 @@
# under the License.
- include_tasks: "tripleo_{{ tripleo_container_cli }}_container_rm.yml"
vars:
container: "{{ item }}"
with_items: "{{ tripleo_containers_to_rm }}"
loop: "{{ tripleo_containers_to_rm }}"
loop_control:
loop_var: container