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

View file

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