]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/init/templates/pam_environment.j2
Use check_mode for commands
[perso/Immae/Config/Ansible.git] / roles / init / templates / pam_environment.j2
index 4327eeb6b2ca65855c353d1a77fac56026b63b0a..fc65a10cd13f92f7f5a8c0c8b3a4010461b5bdd4 100644 (file)
@@ -38,7 +38,7 @@ GNUPGHOME                     DEFAULT="${XDG_CONFIG_HOME}/gnupg"
 
 # SSH
 SSH_AGENT_PID                  DEFAULT=
-SSH_AUTH_SOCK                  DEFAULT="${XDG_RUNTIME_DIR}/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent.ssh"
+SSH_AUTH_SOCK                  DEFAULT="${XDG_RUNTIME_DIR}/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent.ssh"
 
 # Less
 LESSHISTFILE                   DEFAULT="${XDG_STATE_HOME}/less/history"