Add Ansible (#1175)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Anish Babbar
2021-11-28 06:41:14 +05:30
committed by GitHub
parent 5ef204ee1f
commit e4e501ace8
2 changed files with 11 additions and 1 deletions

9
a/Ansible.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: Print
hosts: 127.0.0.1
connection: local
tasks:
- name: Print Hello World
debug:
msg: Hello World