ansible-runner/test/data/debug/project/debug.yml
2021-03-03 11:36:53 +08:00

7 lines
100 B
YAML

---
- hosts: all
gather_facts: false
connection: local
tasks:
- debug: msg='Hello world!'