Refactor SSH configuration in ansible-apply.yaml and fix trusted hosts

This commit is contained in:
2024-09-24 17:17:55 +02:00
parent 7c4093c5b9
commit 5c0b820a35
+1
View File
@@ -43,6 +43,7 @@ jobs:
for host in $TRUSTED_HOSTS; do
ssh-keyscan $host >> ~/.ssh/known_hosts
done
chmod 600 ~/.ssh/known_hosts
- name: Apply Ansible Playbook
env: