Skip to content

Commit

Permalink
Fix can't install from pip (Force install) for ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Oct 25, 2024
1 parent 03882e8 commit 167a0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/ansible_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
become: true
ansible.builtin.pip:
name: "ansible-lint"
break_system_packages: true
tags:
- ansible

0 comments on commit 167a0e5

Please sign in to comment.