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
80ef278406
commit
8c155a22a4
@ -2,12 +2,14 @@
|
||||
- name: import a task
|
||||
hosts: containers
|
||||
gather_facts: false
|
||||
vars:
|
||||
listjojocomma: "{{ selected_containers | split(',') }}"
|
||||
tasks:
|
||||
- debug:
|
||||
msg: "{{ selected_containers }}"
|
||||
msg: "{{ listjojocomma }}"
|
||||
- debug:
|
||||
msg: "{{ item }}"
|
||||
loop: "{{ selected_containers }}"
|
||||
loop: "{{ listjojocomma }}"
|
||||
|
||||
- debug:
|
||||
msg: "{{ item }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user