summaryrefslogtreecommitdiffhomepage
path: root/ansible.html.markdown
diff options
context:
space:
mode:
authorsirkubax <muszynski@so1.net>2017-09-22 22:42:18 +0200
committersirkubax <muszynski@so1.net>2017-09-22 22:42:18 +0200
commit2baed7cd96532f90ec7619e828e58a0115b34f20 (patch)
tree4911cf243affd9fa5329b4e0b465d65e298e4b16 /ansible.html.markdown
parent688f9b686f70c7a0763e7e0e550b18f12bc1b7fb (diff)
test markdown
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r--ansible.html.markdown3
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.