mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
f46e5aa2a7
commit
f6aca2734f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user