rearrange yml files into separate folders

This commit is contained in:
2026-05-14 14:24:16 +02:00
parent 5afc1c0b0f
commit d5d1d3d80e
4 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -1,3 +1 @@
```bash # Repo for all kinds of ansible automations
ansible-playbook -i inventory.ini playbook.yml
```
+3
View File
@@ -0,0 +1,3 @@
```bash
ansible-playbook -i ../inventory.ini playbook.yml
```
View File