test markdown

This commit is contained in:
sirkubax 2017-09-23 11:56:50 +02:00
parent eaf3e9c461
commit 656516a2b9

View File

@ -99,6 +99,7 @@ hostB.localdomain
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.