diff --git a/.github/workflows/deploy_ntp.yaml b/.github/workflows/deploy_ntp.yaml index 0ba0e9a..6bf09f0 100644 --- a/.github/workflows/deploy_ntp.yaml +++ b/.github/workflows/deploy_ntp.yaml @@ -35,7 +35,7 @@ jobs: python-version: '3.11' - name: Setup ansible - 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 - name: Setup Terraform with specified version on the runner uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # @v3