From a7cba970f1007ce1a5b50d8a1a21bd361bda436b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 20 Oct 2025 00:49:30 +0200 Subject: Fix molecule testing after refactoring python/go --- molecule/archlinux/converge.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'molecule/archlinux') diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 15573ad5..ca1fdf7d 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -2,6 +2,8 @@ - name: Converge hosts: archlinux gather_facts: true + environment: + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" vars: ansible_become_method: su user_public_keys: -- cgit v1.2.3