diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-10-20 00:49:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-10-20 00:49:30 +0200 |
| commit | a7cba970f1007ce1a5b50d8a1a21bd361bda436b (patch) | |
| tree | 65d14e55811f09c7b14c10f934396fd00b6b3b12 /molecule/archlinux | |
| parent | 281c3b3817864021d9659caabb6d06657494e62d (diff) | |
Fix molecule testing after refactoring python/go
Diffstat (limited to 'molecule/archlinux')
| -rw-r--r-- | molecule/archlinux/converge.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
