We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5d07d commit 170aea9Copy full SHA for 170aea9
.github/workflows/provision-by-ansible.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Install required collections
56
working-directory: infra/vagrant
57
- run: ansible-galaxy collection install --requirements-file requirements.yml --collections-path provisioning/roles
+ run: ansible-galaxy role install --role-file requirements.yml --roles-path provisioning/roles
58
59
- name: Run ansible in syntax check mode
60
0 commit comments