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