Files
ansible-test/minimal-debug.yml
Patrick Niebeling bc7b2d07a7 Adjst Hosts
2025-11-25 22:32:41 +01:00

9 lines
216 B
YAML

---
- name: Debug message on localhost without inventory file
hosts: all
gather_facts: false
tasks:
- name: Print debug message
debug:
msg: "Hallo, dies ist eine Debug-Nachricht von Ansible!"