summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-06 17:23:03 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-06 17:23:03 +0100
commitfa3df6c8389bae15532d11d8ffe8ded08fe5788a (patch)
treec5bc9d3d155b5a2981e0cdd3077f2c94915fcec4 /deploy.sh
parentbasic openwrt deploy support (diff)
fix known host handling for openwrt-deploy
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/deploy.sh b/deploy.sh
index c073283f..800fd52e 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -17,10 +17,6 @@ vault_environment__set "$env_group" || exit 1
echo "deploying $name with $distro/$codename in environment '$env_group'"
echo ""
-echo "########## clearing old ssh host keys #########"
-remove_known_hosts "$name"
-echo ""
-
echo "########## removing cached facts #########"
rm -f ".cache/facts/$name"
echo ""