Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 20, 2024
1 parent 31971df commit 55fa3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-configure-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- run: |
chmod 600 ansible/ansible_ssh_key
ssh -i ansible/ansible_ssh_key [email protected] 'echo test'
ssh -o StrictHostKeyChecking=no -i ansible/ansible_ssh_key [email protected] 'echo test'
# - name: Template Ansible vars file
# uses: cuchi/[email protected]
Expand Down

0 comments on commit 55fa3e8

Please sign in to comment.