git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8669c0c
)
Typo in comment
author
Alejandro Guirao
<lekumberri@gmail.com>
Thu, 28 May 2015 08:22:38 +0000
(10:22 +0200)
committer
Alejandro Guirao
<lekumberri@gmail.com>
Thu, 28 May 2015 08:22:38 +0000
(10:22 +0200)
ch10/playbooks/library/can_reach_bash
patch
|
blob
|
history
diff --git
a/ch10/playbooks/library/can_reach_bash
b/ch10/playbooks/library/can_reach_bash
index
c95a07c
..
0e3fec2
100644
(file)
--- a/
ch10/playbooks/library/can_reach_bash
+++ b/
ch10/playbooks/library/can_reach_bash
@@
-1,7
+1,7
@@
#!/bin/bash
# WANT_JSON
-# Read the variables f
or
m the file
+# Read the variables f
ro
m the file
host=`jq -r .host < $1`
port=`jq -r .port < $1`
timeout=`jq -r .timeout < $1`