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,6 @@
- name: Create folder structure
ansible.builtin.file:
path: "{{ item }}"
state: directory
loop:
- /opt/x

View File

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