diff options
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.yml b/configure.yml index 993cd4ff..ceb92852 100644 --- a/configure.yml +++ b/configure.yml @@ -4,7 +4,7 @@ hosts: - archlinux.local environment: - PATH: "{{ '~/.local/bin:$PATH' }}" + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" roles: - role: "locales" - role: "timezone" @@ -41,7 +41,7 @@ hosts: - ubuntu.local environment: - PATH: "{{ '~/.local/bin:$PATH' }}" + PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" roles: - role: "locales" - role: "timezone" |
