Skip to content

Commit 170aea9

Browse files
committed
task: correct a command to install required ansible roles
Correction for 2b5d07d commit. Part of #1631 [skip ci]
1 parent 2b5d07d commit 170aea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provision-by-ansible.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Install required collections
5656
working-directory: infra/vagrant
57-
run: ansible-galaxy collection install --requirements-file requirements.yml --collections-path provisioning/roles
57+
run: ansible-galaxy role install --role-file requirements.yml --roles-path provisioning/roles
5858

5959
- name: Run ansible in syntax check mode
6060
working-directory: infra/vagrant

0 commit comments

Comments
 (0)