Archived
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
- name: Create folder structure
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
loop:
|
||||
- /opt/x
|
||||
|
||||
- name: Install ansible-galaxy collection
|
||||
ansible.builtin.shell:
|
||||
cmd: "ansible-galaxy collection install {{ item }}"
|
||||
loop: "{{ dependencies.ansible_galaxy_collections }}"
|
||||
@@ -0,0 +1,2 @@
|
||||
- name: XYZ
|
||||
import_tasks: foo.yml
|
||||
Reference in New Issue
Block a user