Anish Babbar e4e501ace8
Add Ansible (#1175)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-11-28 14:11:14 +13:00

10 lines
130 B
YAML

---
- name: Print
hosts: 127.0.0.1
connection: local
tasks:
- name: Print Hello World
debug:
msg: Hello World