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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (836 total) ## Languages (837 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21) * [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
@ -120,6 +120,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Android](a/Android.java) * [Android](a/Android.java)
* [AngelScript](a/AngelScript) * [AngelScript](a/AngelScript)
* [Angular](a/Angular.js) * [Angular](a/Angular.js)
* [Ansible](a/Ansible.yml)
* [Ante](a/Ante.ante) * [Ante](a/Ante.ante)
* [AntLang](a/AntLang.ant) * [AntLang](a/AntLang.ant)
* [APC](a/APC.apc) * [APC](a/APC.apc)