Skip to content

Commit

Permalink
Fix 12
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Mar 8, 2024
1 parent 8e5e0cd commit 8928ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ jobs:
run: |
cd ansible
echo "5"
playbooks/AdoptOpenJDK_Unix_Playbook/hosts.unx
cat playbooks/AdoptOpenJDK_Unix_Playbook/hosts.unx
echo "6"
ansible-playbook -i playbooks/AdoptOpenJDK_Unix_Playbook/hosts.unx --ssh-common-args='-o HostKeyAlgorithms=ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519 -o PubKeyAcceptedKeyTypes=ssh-rsa' -u vagrant -b --skip-tags adoptopenjdk,cups playbooks/AdoptOpenJDK_Unix_Playbook/main.yml

0 comments on commit 8928ef1

Please sign in to comment.