mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
test
This commit is contained in:
parent
894f78e2d0
commit
296f37b31c
@ -89,6 +89,13 @@
|
||||
- webhub-web-1
|
||||
when: '"webhub" in selected_containers'
|
||||
|
||||
- name: Add elements to a list
|
||||
set_fact:
|
||||
docker_containers: "{{ docker_containers | default([]) + [item] }}"
|
||||
loop:
|
||||
- pihole
|
||||
when: '"pihole" in selected_containers'
|
||||
|
||||
- debug:
|
||||
msg: "{{ docker_containers }}"
|
||||
- name: Stop mailu containers
|
||||
|
Loading…
x
Reference in New Issue
Block a user