bitwarden

This commit is contained in:
jaydee 2024-11-14 11:37:05 +01:00
parent c70c758c96
commit f7203cbf38

View File

@ -4,4 +4,6 @@
gather_facts: false
tasks:
- debug:
msg: "{{ selected_containers }}"
msg: "{{ item }}"
loop: "{{ selected_containers }}"