22
0
Fork 0

correction commande ansible localhost -m ping

This commit is contained in:
Ludovic Poujol 2017-03-03 16:43:54 +01:00
parent bac550f3bc
commit 78541e1a4b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pipelining = True
Exemples d'utilisation basique : Exemples d'utilisation basique :
~~~ ~~~
$ ansible localhost --module ping $ ansible localhost -m ping
localhost | SUCCESS => { localhost | SUCCESS => {
"changed": false, "changed": false,
"ping": "pong" "ping": "pong"