From e4e501ace8cb62e3a359972404cbfb184156217b Mon Sep 17 00:00:00 2001 From: Anish Babbar <35057493+babbaranish@users.noreply.github.com> Date: Sun, 28 Nov 2021 06:41:14 +0530 Subject: [PATCH] Add Ansible (#1175) Co-authored-by: Richie Bendall --- a/Ansible.yml | 9 +++++++++ readme.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 a/Ansible.yml diff --git a/a/Ansible.yml b/a/Ansible.yml new file mode 100644 index 0000000..6155429 --- /dev/null +++ b/a/Ansible.yml @@ -0,0 +1,9 @@ +--- +- name: Print + hosts: 127.0.0.1 + connection: local + + tasks: + - name: Print Hello World + debug: + msg: Hello World diff --git a/readme.md b/readme.md index 8ff9173..62fbb4e 100644 --- a/readme.md +++ b/readme.md @@ -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! -## Languages (836 total) +## Languages (837 total) * [!@#$%^&*()_+](%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) @@ -120,6 +120,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Android](a/Android.java) * [AngelScript](a/AngelScript) * [Angular](a/Angular.js) +* [Ansible](a/Ansible.yml) * [Ante](a/Ante.ante) * [AntLang](a/AntLang.ant) * [APC](a/APC.apc)