We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf73ca commit 49c61efCopy full SHA for 49c61ef
.github/workflows/deploy_ntp.yaml
@@ -35,7 +35,7 @@ jobs:
35
python-version: '3.11'
36
37
- name: Setup ansible
38
- run: pip install --require-hashes -r ansible/requirements.txt && export PATH="$HOME/.local/bin:$PATH" && ansible-galaxy collection install -r ansible/roles/requirements.yml
+ run: pip install -r ansible/requirements.txt && export PATH="$HOME/.local/bin:$PATH" && ansible-galaxy collection install -r ansible/roles/requirements.yml
39
40
- name: Setup Terraform with specified version on the runner
41
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # @v3
0 commit comments