From 45c2dbc9c9a9e3e8822187e23e7f787ef602663e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 24 Jan 2026 16:41:43 +0100 Subject: Revert "Fix PATH environment in testing and playbook to avoid ansible_facts" This reverts commit 773eae0f1f3a41742708c070487d52f2e99da980. --- configure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index 993cd4ff..ceb92852 100644 --- a/configure.yml +++ b/configure.yml @@ -4,7 +4,7 @@ hosts: - archlinux.local environment: - PATH: "{{ '~/.local/bin:$PATH' }}" + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" roles: - role: "locales" - role: "timezone" @@ -41,7 +41,7 @@ hosts: - ubuntu.local environment: - PATH: "{{ '~/.local/bin:$PATH' }}" + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" roles: - role: "locales" - role: "timezone" -- cgit v1.2.3