summaryrefslogtreecommitdiffstats
path: root/configure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'configure.yml')
-rw-r--r--configure.yml4
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"