test markdown

This commit is contained in:
sirkubax 2017-09-22 22:49:43 +02:00
parent 8a1139dee6
commit 7abd3b5017

View File

@ -30,6 +30,7 @@ $ apt-get install ansible
```bash
# This command ping the localhost (defined in default inventory /etc/ansible/hosts)
$ ansible -m ping localhost
# you should see this output
localhost | SUCCESS => {
"changed": false,
"ping": "pong"