mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-13 18:24:39 +02:00
test markdown
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user