We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452b3cf commit 40c8e57Copy full SHA for 40c8e57
.github/workflows/ansible-lint.yml
@@ -23,10 +23,9 @@ jobs:
23
run: |
24
pip install -r requirements.txt
25
26
- # FIXME: rich pinned due to https://github.com/ansible-community/ansible-lint/issues/1795.
27
- name: Install ansible-lint
28
29
- pip install ansible-core==2.16.* 'rich<11' ansible-lint==24.*
+ pip install ansible-core==2.16.* ansible-lint==24.*
30
31
- name: Lint Ansible playbooks
32
0 commit comments