mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
47e61f1d0f
commit
80ef278406
@ -3,6 +3,8 @@
|
|||||||
hosts: containers
|
hosts: containers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
- debug:
|
||||||
|
msg: "{{ selected_containers }}"
|
||||||
- debug:
|
- debug:
|
||||||
msg: "{{ item }}"
|
msg: "{{ item }}"
|
||||||
loop: "{{ selected_containers }}"
|
loop: "{{ selected_containers }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user