From 806deb655dc2cce32ceffde65ebb7abe88937da1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 20 Oct 2025 00:06:49 +0200 Subject: Refactor python role to remove homebrew dependency --- configure.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index de84c5b5..2e4ef676 100644 --- a/configure.yml +++ b/configure.yml @@ -3,6 +3,8 @@ gather_facts: true hosts: - archlinux.local + environment: + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" roles: - role: "locales" - role: "timezone" @@ -18,6 +20,8 @@ gather_facts: true hosts: - ubuntu.local + environment: + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" roles: - role: "locales" - role: "timezone" -- cgit v1.2.3