Fix python role, actuall remove old pip.conf

This commit is contained in:
Kenneth Benzie 2024-04-15 11:29:58 +01:00
parent 5c78bd1da3
commit a1296840f6

View File

@ -27,6 +27,7 @@
- name: remove pip.conf if its a symbolic link - name: remove pip.conf if its a symbolic link
when: pip_conf.stat.islnk when: pip_conf.stat.islnk
file: file:
state: absent
path: ~/.config/pip/pip.conf path: ~/.config/pip/pip.conf
# Ensure that pip.conf exists before ever installing pip packages since Debian # Ensure that pip.conf exists before ever installing pip packages since Debian