summaryrefslogtreecommitdiffstats
path: root/roles/configure/tasks/install-archlinux.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-11 19:02:52 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-11 19:02:52 +0100
commit6e47923b6536a17bdf38336f7c244426f5fc482a (patch)
tree90cea2389abd5b9abc80b60efada71b3a3a9b9c6 /roles/configure/tasks/install-archlinux.yml
parent8d16a6dafc56d6d742099d504df5f7607eada7b0 (diff)
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!!!
Diffstat (limited to 'roles/configure/tasks/install-archlinux.yml')
-rw-r--r--roles/configure/tasks/install-archlinux.yml8
1 files changed, 0 insertions, 8 deletions
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