Skip to content

Commit c34959e

Browse files
committed
BUG: Installing ansible fixes ansible-lint module resolution error
The ansible-lint package does not recognise community modules without ansible being installed.
1 parent f7c5e0e commit c34959e

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
@@ -29,6 +29,7 @@ jobs:
2929
3030
- name: Check Ansible
3131
run: |
32+
pip install ansible
3233
pip install ansible-lint
3334
cd chatops_deployment
3435
ansible-lint --project-dir ansible

0 commit comments

Comments
 (0)