From 02640a43c6dd3c89412777f6bf092e01022589ef Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 11 Feb 2026 23:22:49 +0100 Subject: Fix the environment warning Adding uv to /usr/local/bin which is already in PATH, removing the need of having environment in the path --- configure.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index b766678c..82675756 100644 --- a/configure.yml +++ b/configure.yml @@ -3,8 +3,6 @@ gather_facts: true hosts: - archlinux.local - environment: - PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" roles: - role: "locales" - role: "timezone" @@ -50,8 +48,6 @@ 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