diff options
author | sirkubax <muszynski@so1.net> | 2017-09-22 22:42:18 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-09-22 22:42:18 +0200 |
commit | 2baed7cd96532f90ec7619e828e58a0115b34f20 (patch) | |
tree | 4911cf243affd9fa5329b4e0b465d65e298e4b16 /ansible.html.markdown | |
parent | 688f9b686f70c7a0763e7e0e550b18f12bc1b7fb (diff) |
test markdown
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index fff85563..389eaaa1 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -46,7 +46,8 @@ There are few commands you should know about * and other! -#### Module - program (usaly python) that execute, do some work and return proper output :) +#### Module +*program (usaly python) that execute, do some work and return proper output :)* 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. |