summaryrefslogtreecommitdiff
path: root/roles/init
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-18 13:11:53 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-18 13:20:49 +0100
commit1a48017dde54325c5619f45f925478e7c3143ba8 (patch)
treebeb689a4f5525f653d1ba65657e0a34b0d6264c7 /roles/init
parent0c9e64e112318249a00a33315a127aa70787165c (diff)
downloadAnsible-1a48017dde54325c5619f45f925478e7c3143ba8.tar.gz
Ansible-1a48017dde54325c5619f45f925478e7c3143ba8.tar.zst
Ansible-1a48017dde54325c5619f45f925478e7c3143ba8.zip
Add gio unwrapper
Diffstat (limited to 'roles/init')
-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 65b92e7..5bb8895 100644
--- a/roles/init/templates/pam_environment.j2
+++ b/roles/init/templates/pam_environment.j2
@@ -16,6 +16,9 @@ VISUAL DEFAULT="vim"
16PAGER DEFAULT="less" 16PAGER DEFAULT="less"
17BROWSER DEFAULT="firefox" 17BROWSER DEFAULT="firefox"
18 18
19# replace GIO with xdg-open, see tools/files/gio_unwrapper.sh
20GIO_LAUNCH_DESKTOP DEFAULT=gio_unwrapper
21
19# Ansible 22# Ansible
20ANSIBLE_CONFIG DEFAULT="${XDG_CONFIG_HOME}/ansible/ansible.cfg" 23ANSIBLE_CONFIG DEFAULT="${XDG_CONFIG_HOME}/ansible/ansible.cfg"
21 24