summaryrefslogtreecommitdiff
path: root/roles/init/templates/pam_environment.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/init/templates/pam_environment.j2')
-rw-r--r--roles/init/templates/pam_environment.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/init/templates/pam_environment.j2 b/roles/init/templates/pam_environment.j2
index 5bb8895..c257045 100644
--- a/roles/init/templates/pam_environment.j2
+++ b/roles/init/templates/pam_environment.j2
@@ -19,6 +19,9 @@ BROWSER DEFAULT="firefox"
19# replace GIO with xdg-open, see tools/files/gio_unwrapper.sh 19# replace GIO with xdg-open, see tools/files/gio_unwrapper.sh
20GIO_LAUNCH_DESKTOP DEFAULT=gio_unwrapper 20GIO_LAUNCH_DESKTOP DEFAULT=gio_unwrapper
21 21
22# Readline
23INPUTRC DEFAULT="${XDG_CONFIG_HOME}/inputrc"
24
22# Ansible 25# Ansible
23ANSIBLE_CONFIG DEFAULT="${XDG_CONFIG_HOME}/ansible/ansible.cfg" 26ANSIBLE_CONFIG DEFAULT="${XDG_CONFIG_HOME}/ansible/ansible.cfg"
24 27