diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-10-20 00:06:49 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-10-20 00:48:59 +0200 |
| commit | 806deb655dc2cce32ceffde65ebb7abe88937da1 (patch) | |
| tree | f7fc2ca0796f18d5f95fb3346feb7a931c8331e9 /configure.yml | |
| parent | cf400c3e738f9660cc76e9fad82c4654acca2583 (diff) | |
Refactor python role to remove homebrew dependency
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml index de84c5b5..2e4ef676 100644 --- a/configure.yml +++ b/configure.yml @@ -3,6 +3,8 @@ gather_facts: true hosts: - archlinux.local + environment: + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" roles: - role: "locales" - role: "timezone" @@ -18,6 +20,8 @@ gather_facts: true hosts: - ubuntu.local + environment: + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" roles: - role: "locales" - role: "timezone" |
