First Shot

This commit is contained in:
Patrick Niebeling
2025-11-25 21:31:44 +01:00
commit 177fb7402f

10
minimal-debug.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Debug message on localhost without inventory file
hosts: localhost
connection: local
gather_facts: false
tasks:
- name: Print debug message
debug:
msg: "Hallo, dies ist eine Debug-Nachricht von Ansible!"