Skip to content

Commit

Permalink
ansible-lint: don't use version 6.16.2
Browse files Browse the repository at this point in the history
ansible-lint version 6.16.2 is broken, ignoring exclude_path
definitions[0]. Don't use it.

[0] ansible/ansible-lint#3477

Signed-off-by: Dr. Jens Harbott <[email protected]>
  • Loading branch information
osfrickler committed May 24, 2023
1 parent f685b9d commit 987084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ansible-lint/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- name: Install ansible-lint
ansible.builtin.pip:
name: ansible-lint
name: ansible-lint!=6.16.2
executable: pip3

- name: Create .ansible-lint-rules directory
Expand Down

0 comments on commit 987084b

Please sign in to comment.