Files
ansible-test/minimal-debug.yml
Patrick Niebeling 177fb7402f First Shot
2025-11-25 21:31:44 +01:00

10 lines
242 B
YAML

---
- 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!"