Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
Test of StrictHostKeyChecking=no
  • Loading branch information
martindemko authored Nov 10, 2024
1 parent 2afb475 commit 4d75231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
install -m 600 -D /dev/null $HOME/.ssh/id_rsa
echo "$SSH_PRIVATE_KEY" > $HOME/.ssh/id_rsa
cp known_hosts $HOME/.ssh/known_hosts
ssh $TARGET_USER@$TARGET_HOSTNAME hostname -f
ssh -f -o StrictHostKeyChecking=no $TARGET_USER@$TARGET_HOSTNAME hostname
- name: Install Ansible requirements
shell: bash
Expand Down

0 comments on commit 4d75231

Please sign in to comment.