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 d74664d commit dd29b35
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 -o StrictHostKeyChecking=no -i ansible/ansible_ssh_key -J [email protected] [email protected] 'echo test'
ssh -o StrictHostKeyChecking=no -i -o ForwardAgent=yes 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 dd29b35

Please sign in to comment.