mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-15 11:14:24 +02:00
test markdown
This commit is contained in:
@@ -30,6 +30,7 @@ $ apt-get install ansible
|
|||||||
```bash
|
```bash
|
||||||
# This command ping the localhost (defined in default inventory /etc/ansible/hosts)
|
# This command ping the localhost (defined in default inventory /etc/ansible/hosts)
|
||||||
$ ansible -m ping localhost
|
$ ansible -m ping localhost
|
||||||
|
# you should see this output
|
||||||
localhost | SUCCESS => {
|
localhost | SUCCESS => {
|
||||||
"changed": false,
|
"changed": false,
|
||||||
"ping": "pong"
|
"ping": "pong"
|
||||||
|
Reference in New Issue
Block a user