We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db366ed commit ce2c6bbCopy full SHA for ce2c6bb
2 files changed
ansible/group_vars/all
@@ -6,4 +6,4 @@ PYGCCXML_VERSION: 1.0.0
6
NETANIM_VERSION: 3.105
7
QUAGGA_VERSION: 0.99.24
8
temp_location: "/tmp"
9
-home_location: "/root/OpenNet"
+home_location: ""
install.sh
@@ -82,7 +82,7 @@ function Test_Network {
82
function Install_OpenNet {
83
84
cd $ANSIBLE_PATH
85
- sed -e "s|home_location: \"\"|home_location: \"$OPENNET_PATH\"|" -i group_vars/all
+ sed -e "s|home_location: \"*.*\"|home_location: \"$OPENNET_PATH\"|" -i group_vars/all
86
ansible-playbook playbook.yml
87
88
}
0 commit comments