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