First Shot
This commit is contained in:
10
minimal-debug.yml
Normal file
10
minimal-debug.yml
Normal 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!"
|
||||
Reference in New Issue
Block a user