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
8c155a22a4
commit
97d1c4ec8f
@ -3,14 +3,17 @@
|
||||
hosts: containers
|
||||
gather_facts: false
|
||||
vars:
|
||||
listjojocomma: "{{ selected_containers | split(',') }}"
|
||||
listjojocomma: "{{ selected_containers | replace('[', '')| replace(']','')|[split(',') }}"
|
||||
tasks:
|
||||
- debug:
|
||||
msg: "{{ listjojocomma }}"
|
||||
when: inventory_hostname in groups['morefine-server']
|
||||
- debug:
|
||||
msg: "{{ item }}"
|
||||
loop: "{{ listjojocomma }}"
|
||||
when: inventory_hostname in groups['morefine-server']
|
||||
|
||||
- debug:
|
||||
msg: "{{ item }}"
|
||||
loop: "{{ selected_host }}"
|
||||
loop: "{{ selected_host }}"
|
||||
when: inventory_hostname in groups['morefine-server']
|
Loading…
x
Reference in New Issue
Block a user