commit 177fb7402f6f79c24b981cfba6c637f103e98750 Author: Patrick Niebeling Date: Tue Nov 25 21:31:44 2025 +0100 First Shot diff --git a/minimal-debug.yml b/minimal-debug.yml new file mode 100644 index 0000000..98b5813 --- /dev/null +++ b/minimal-debug.yml @@ -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!" \ No newline at end of file