From cfe83649ec07f403bccd54b3b32542ee16114710 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 12:01:26 +0100 Subject: [PATCH] bitwarden --- playbooks/sync_all_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/sync_all_test.yaml b/playbooks/sync_all_test.yaml index 5c407a5..1ef9614 100644 --- a/playbooks/sync_all_test.yaml +++ b/playbooks/sync_all_test.yaml @@ -3,8 +3,8 @@ hosts: containers gather_facts: false vars: - #listjojocomma: "{{ selected_containers | replace('\\[', '')| replace('\\]','')|[split(',') }}" - listjojocomma: "{{ selected_containers | from_json }}" + listjojocomma: "{{ selected_containers | split(',') }}" + #listjojocomma: "{{ selected_containers | from_json }}" tasks: - debug: msg: "{{ listjojocomma }}"