bitwarden

This commit is contained in:
jaydee 2024-11-14 11:42:42 +01:00
parent 47e61f1d0f
commit 80ef278406

View File

@ -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 }}"