summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsirkubax <muszynski@so1.net>2017-09-23 11:54:26 +0200
committersirkubax <muszynski@so1.net>2017-09-23 11:54:26 +0200
commita5bec9b8efecbbda3415289325db37c911a0969e (patch)
treec187363d84bbdfccf55a80fafa3ccd8ffe42d948
parenta6ea9118be2fe266ea89661b360707294b854725 (diff)
test markdown
-rw-r--r--ansible.html.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown
index 44bce5b0..1e3fc138 100644
--- a/ansible.html.markdown
+++ b/ansible.html.markdown
@@ -96,10 +96,9 @@ hostB.localdomain
* [Additional Reading.](http://docs.ansible.com/ansible/latest/intro_inventory.html)
#### Task
-Execution of a single Ansible **module** is called a **task**
+ Execution of a single Ansible **module** is called a **task**
The simplest module is called `ping` as you could see above
-
Another example of the module that allow you to execute command remotly on multiple resources is called shell. It is the same as you would execute command remotely over ssh.
Example of a Task run in CLI: