Merge "tripleo_container_rm: use loop instead of with_items" into stable/train

This commit is contained in:
Zuul 2020-05-07 20:38:15 +00:00 committed by Gerrit Code Review
commit 64955c9806
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