diff options
author | sirkubax <muszynski@so1.net> | 2017-09-22 22:49:43 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-09-22 22:49:43 +0200 |
commit | 7abd3b5017df4c698b8bd33a6e472483decf73a2 (patch) | |
tree | a27b5747540e2096ca9dec978ed277d2e1fdf136 | |
parent | 8a1139dee670362ab4186cb9866d746f36d2d7e4 (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 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" |