summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
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 ""