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
79c19dfa3d
commit
cfe83649ec
@ -3,8 +3,8 @@
|
|||||||
hosts: containers
|
hosts: containers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
#listjojocomma: "{{ selected_containers | replace('\\[', '')| replace('\\]','')|[split(',') }}"
|
listjojocomma: "{{ selected_containers | split(',') }}"
|
||||||
listjojocomma: "{{ selected_containers | from_json }}"
|
#listjojocomma: "{{ selected_containers | from_json }}"
|
||||||
tasks:
|
tasks:
|
||||||
- debug:
|
- debug:
|
||||||
msg: "{{ listjojocomma }}"
|
msg: "{{ listjojocomma }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user