We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af837db commit 62e1675Copy full SHA for 62e1675
.github/workflows/deploy_ntp.yaml
@@ -35,7 +35,7 @@ jobs:
35
python-version: '3.11'
36
37
- name: Setup ansible
38
- run: pip install ansible && export PATH="$HOME/.local/bin:$PATH" && ansible-galaxy collection install -r ansible/roles/requirements.yaml
+ run: pip install ansible && 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