We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed6319 commit 7bb21bcCopy full SHA for 7bb21bc
bootstrap.sh
@@ -194,9 +194,9 @@ else
194
fi
195
196
print_section "Setting up ansiblesafe"
197
-local version="v0.0.14"
198
-local url="https://github.com/tosin2013/ansiblesafe/releases/download/v0.0.12/ansiblesafe-${version}-linux-amd64.tar.gz"
199
-local dest="/usr/local/bin/ansiblesafe"
+version="v0.0.14"
+url="https://github.com/tosin2013/ansiblesafe/releases/download/v0.0.12/ansiblesafe-${version}-linux-amd64.tar.gz"
+dest="/usr/local/bin/ansiblesafe"
200
201
if ! command_exists ansiblesafe; then
202
echo -e "${YELLOW}Installing ansiblesafe...${NC}"
0 commit comments