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 --- molecule/archlinux-gnome/converge.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'molecule/archlinux-gnome') diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index 02849f6f..f57b7344 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -2,8 +2,6 @@ - name: "Bootstrap" hosts: "archlinux-gnome" gather_facts: true - environment: - PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" vars: ansible_become_method: su user_public_keys: @@ -36,8 +34,6 @@ hosts: "archlinux-gnome" gather_facts: true remote_user: "{{ username }}" - environment: - PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" vars: ansible_become_method: sudo locales: -- cgit v1.2.3