mirror of
https://github.com/geerlingguy/ansible-role-pip.git
synced 2024-11-24 12:05:52 +01:00
Merge pull request #62 from zloveless/hack/deb12-externally-managed
Check major version before trying to remove externally managed.
This commit is contained in:
commit
832e5ce6ed
@ -3,7 +3,7 @@
|
|||||||
ansible.builtin.import_tasks: debian12.yml
|
ansible.builtin.import_tasks: debian12.yml
|
||||||
when:
|
when:
|
||||||
- ansible_distribution == "Debian"
|
- ansible_distribution == "Debian"
|
||||||
- ansible_distribution_version == "12"
|
- ansible_distribution_major_version|int >= 12
|
||||||
|
|
||||||
- name: Ensure Pip is installed.
|
- name: Ensure Pip is installed.
|
||||||
package:
|
package:
|
||||||
|
Loading…
Reference in New Issue
Block a user