Initial build based on 22.04
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-06-24 23:44:10 +02:00
parent 2c57dbcddc
commit 2bd0f8df0a
9 changed files with 56 additions and 12 deletions

View File

@ -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 }}"

View File

@ -0,0 +1,2 @@
- name: XYZ
import_tasks: foo.yml