We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7434f1c commit cc4043fCopy full SHA for cc4043f
.github/actions/deploy-common/action.yaml
@@ -11,7 +11,7 @@ runs:
11
mkdir -p $HOME/.ssh
12
install -m 600 -D /dev/null $HOME/.ssh/id_rsa
13
echo "$SSH_PRIVATE_KEY" > $HOME/.ssh/id_rsa
14
- ssh -o StrictHostKeyChecking=no -vv $TARGET_USER@$TARGET_HOSTNAME hostname -f
+ ssh -vv $TARGET_USER@$TARGET_HOSTNAME hostname -f
15
16
- name: Install Ansible requirements
17
shell: bash
0 commit comments