Skip to content

Commit 2cbfdcb

Browse files
committed
BUG: Install ansible galaxy collections
Install the collections for the workflow so when we run the linter it has access to the prometheus role.
1 parent 6c7c5b7 commit 2cbfdcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/chatops.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
pip install ansible
3333
pip install ansible-lint
3434
cd chatops_deployment
35+
ansible-galaxy install -r ansible/requirements.yml
3536
ansible-lint --project-dir ansible
3637
3738
- name: Run ShellCheck

0 commit comments

Comments
 (0)