From a1296840f60f464f506ab0b8a006f0454eda9e2c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 15 Apr 2024 11:29:58 +0100 Subject: [PATCH] Fix python role, actuall remove old pip.conf --- roles/python/tasks/Unix.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/python/tasks/Unix.yaml b/roles/python/tasks/Unix.yaml index 861f67d..471cbbf 100644 --- a/roles/python/tasks/Unix.yaml +++ b/roles/python/tasks/Unix.yaml @@ -27,6 +27,7 @@ - name: remove pip.conf if its a symbolic link when: pip_conf.stat.islnk file: + state: absent path: ~/.config/pip/pip.conf # Ensure that pip.conf exists before ever installing pip packages since Debian