summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ansible.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown
index 13afeb3b..6ef7bab7 100644
--- a/ansible.html.markdown
+++ b/ansible.html.markdown
@@ -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"