diff options
author | sirkubax <muszynski@so1.net> | 2017-09-22 22:43:50 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-09-22 22:43:50 +0200 |
commit | 7ba7ab471e340803e078a6cae0e24c7615dde0a2 (patch) | |
tree | d44478e1cb03b6b2caad66fc940541080d824712 /ansible.html.markdown | |
parent | 6f0799d6078c117a59da7cc2ada0cee583d6db56 (diff) |
test markdown
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 5fc103b7..ea7bb47a 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -47,9 +47,10 @@ There are few commands you should know about #### Module -_*program (usaly python) that execute, do some work and return proper output :)*_ +_*program (usaly python) that execute, do some work and return proper JSON output :)*_ + +This *program* perform specialized task/action (like manage instances in the cloud, execute shell command). -This program perform specialized task/action (like manage instances in the cloud, execute shell command). The simplest module is called `ping` - it just returns a JSON with `pong` message. Example of modules: |