This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
wiki
Watch
16
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
correction commande ansible localhost -m ping
master
lpoujol
4 years ago
parent
bac550f3bc
commit
78541e1a4b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
HowtoAnsible.md
+ 1
- 1
HowtoAnsible.md
View File
@ -50,7 +50,7 @@ pipelining = True
Exemples d'utilisation basique :
~~~
$ ansible localhost -
-
m
odule
ping
$ ansible localhost -m ping
localhost | SUCCESS => {
"changed": false,
"ping": "pong"
Write
Preview
Loading…
Cancel
Save