mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
test markdown
This commit is contained in:
parent
8a1139dee6
commit
7abd3b5017
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user