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
|
- webhub-web-1
|
||||||
when: '"webhub" in selected_containers'
|
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:
|
- debug:
|
||||||
msg: "{{ docker_containers }}"
|
msg: "{{ docker_containers }}"
|
||||||
- name: Stop mailu containers
|
- name: Stop mailu containers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user