From 6e47923b6536a17bdf38336f7c244426f5fc482a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 11 Jan 2026 19:02:52 +0100 Subject: Install pip After giving up on fixing the usage of ansible.builtin.pip on live environment. I ended up having to setup pip manually and using it with ansible commands to setup ansible-core on live environment to run the configuration playbook No idea why it started failing on the first place, was working 2 days ago!!! --- roles/configure/tasks/install-archlinux.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 roles/configure/tasks/install-archlinux.yml (limited to 'roles/configure/tasks/install-archlinux.yml') diff --git a/roles/configure/tasks/install-archlinux.yml b/roles/configure/tasks/install-archlinux.yml deleted file mode 100644 index d2f777f..0000000 --- a/roles/configure/tasks/install-archlinux.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: "Ensure ansible dependencies are installed on live environment" - community.general.pacman: - name: - - "python3" - - "python-pip" - state: present - update_cache: true -- cgit v1.2.3