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