mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
bitwarden
This commit is contained in:
@ -78,7 +78,12 @@
|
||||
loop:
|
||||
- mosquitto-mosquitto-1"
|
||||
when: '"mosquitto" in selected_containers'
|
||||
|
||||
- name: Add elements to a list
|
||||
set_fact:
|
||||
docker_containers: "{{ docker_containers | default([]) + [item] }}"
|
||||
loop:
|
||||
- mosquitto-mosquitto-1"
|
||||
when: '"ha" in selected_containers'
|
||||
- debug:
|
||||
msg: "{{ docker_containers }}"
|
||||
- name: Stop mailu containers
|
||||
|
Reference in New Issue
Block a user