mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 23:48:32 +02:00
bitwarden
This commit is contained in:
@ -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 }}"
|
||||||
|
Reference in New Issue
Block a user