mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -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 }}"
|
Reference in New Issue
Block a user