Skip to content

Commit e6c0a73

Browse files
author
Gpshfrd
committed
fix
1 parent 921a9b5 commit e6c0a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ansible-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
mkdir -p ~/.ssh
6060
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
6161
chmod 600 ~/.ssh/id_rsa
62-
ssh-keyscan -v -H ${{ secrets.VM_HOST }}
6362
6463
- name: Deploy with Ansible
6564
env:
6665
ANSIBLE_VAULT_PASSWORD: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
66+
ANSIBLE_HOST_KEY_CHECKING: False
6767
run: |
6868
cd ansible
6969
echo "$ANSIBLE_VAULT_PASSWORD" > /tmp/vault_pass

0 commit comments

Comments
 (0)