diff --git a/tf/environments/production/scripts/update_known_hosts.sh b/tf/environments/production/scripts/update_known_hosts.sh index 93a263b4..24c4129a 100755 --- a/tf/environments/production/scripts/update_known_hosts.sh +++ b/tf/environments/production/scripts/update_known_hosts.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -euxo pipefail +set -euo pipefail # This script updates the known_hosts file with the SSH host keys of all hosts # in the ansible inventory. It should be run after the hosts have been added to # the inventory as part of terraform provisioning process.