diff options
| author | sirkubax <muszynski@so1.net> | 2017-09-23 11:56:50 +0200 | 
|---|---|---|
| committer | sirkubax <muszynski@so1.net> | 2017-09-23 11:56:50 +0200 | 
| commit | 656516a2b9c0951779b2450de24f46e8effad81c (patch) | |
| tree | 5bcd289c0b98d1b7f7d78fde9f9ef7e58fc927e6 | |
| parent | eaf3e9c46154842509e58bdcadb1a863178bb976 (diff) | |
test markdown
| -rw-r--r-- | ansible.html.markdown | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ansible.html.markdown b/ansible.html.markdown index 744f6394..27a467cc 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -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. | 
