mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 12:38:11 +00:00
bitwarden
This commit is contained in:
parent
f46e5aa2a7
commit
f6aca2734f
@ -2,13 +2,10 @@
|
||||
- name: import a task
|
||||
hosts: containers
|
||||
gather_facts: false
|
||||
vars:
|
||||
listjojocomma: "{{ selected_containers | split(',') }}"
|
||||
#listjojocomma: "{{ selected_containers | from_json }}"
|
||||
tasks:
|
||||
- debug:
|
||||
msg: "{{ item }}"
|
||||
loop: "{{ listjojocomma }}"
|
||||
loop: "{{ selected_containers | split(',') }}"
|
||||
when: inventory_hostname in groups['morefine-server']
|
||||
|
||||
- debug:
|
||||
|
Loading…
x
Reference in New Issue
Block a user