Skip to content

Commit

Permalink
Merge pull request #556 from containers/debug_pull
Browse files Browse the repository at this point in the history
ansible -vvv is not helpful at this time
  • Loading branch information
cooktheryan authored Jun 12, 2024
2 parents 178f2c1 + 1ee2a72 commit 4890129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/training-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Run tests
run: |
ansible-playbook ./main/training/tests/e2e-tests/playbook.yml -vvv \
ansible-playbook ./main/training/tests/e2e-tests/playbook.yml \
-i terraform-test-environment-module/hosts.ini \
--private-key=terraform-test-environment-module/${{ steps.terraform-output.outputs.pem_filename }} \
--extra-vars "HF_TOKEN=${{ secrets.HF_TOKEN }}" \
Expand Down

0 comments on commit 4890129

Please sign in to comment.