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 dd29b35 commit 3b86e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ansible-configure-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:

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

0 comments on commit 3b86e76

Please sign in to comment.