diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-01-24 16:41:43 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-01-24 16:41:43 +0100 |
| commit | e8013466114b6b9b3ded448084b1dc2bd22c240e (patch) | |
| tree | b5e3475c4127b58b4d15dd88d32a6fc27da3804b /molecule/archlinux | |
| parent | ab9b04baac2970fdcea9999e2bcfd7d60d3fc23d (diff) | |
Revert "Fix PATH environment in testing and playbook to avoid ansible_facts"
This reverts commit 773eae0f1f3a41742708c070487d52f2e99da980.
Diffstat (limited to 'molecule/archlinux')
| -rw-r--r-- | molecule/archlinux/converge.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 799057de..e9cd7439 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -3,7 +3,7 @@ hosts: "archlinux" gather_facts: true environment: - PATH: "{{ '~/.local/bin:$PATH' }}" + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" vars: ansible_become_method: su user_public_keys: @@ -29,7 +29,7 @@ gather_facts: true remote_user: "{{ username }}" environment: - PATH: "{{ '~/.local/bin:$PATH' }}" + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" vars: ansible_become_method: sudo locales: |
