mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
hosts: containers
|
||||
gather_facts: false
|
||||
vars:
|
||||
listjojocomma: "{{ selected_containers | replace('[', '')| replace(']','')|[split(',') }}"
|
||||
listjojocomma: "{{ selected_containers | replace('\\[', '')| replace('\\]','')|[split(',') }}"
|
||||
tasks:
|
||||
- debug:
|
||||
msg: "{{ listjojocomma }}"
|
||||
|
Reference in New Issue
Block a user