bitwarden

This commit is contained in:
jaydee 2024-11-14 12:08:57 +01:00
parent f46e5aa2a7
commit f6aca2734f

View File

@ -2,13 +2,10 @@
- name: import a task - name: import a task
hosts: containers hosts: containers
gather_facts: false gather_facts: false
vars:
listjojocomma: "{{ selected_containers | split(',') }}"
#listjojocomma: "{{ selected_containers | from_json }}"
tasks: tasks:
- debug: - debug:
msg: "{{ item }}" msg: "{{ item }}"
loop: "{{ listjojocomma }}" loop: "{{ selected_containers | split(',') }}"
when: inventory_hostname in groups['morefine-server'] when: inventory_hostname in groups['morefine-server']
- debug: - debug: