summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsirkubax <muszynski@so1.net>2017-09-22 22:42:43 +0200
committersirkubax <muszynski@so1.net>2017-09-22 22:42:43 +0200
commit6f0799d6078c117a59da7cc2ada0cee583d6db56 (patch)
tree863c8d9a1758549a5436c1e11b5f9df30b1d1b03
parent2baed7cd96532f90ec7619e828e58a0115b34f20 (diff)
test 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 389eaaa1..5fc103b7 100644
--- a/ansible.html.markdown
+++ b/ansible.html.markdown
@@ -47,7 +47,8 @@ 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 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.