summaryrefslogtreecommitdiff
path: root/roles/init/templates/pam_environment.j2
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-06 19:05:00 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-06 23:35:34 +0100
commitd03cede672edcf559379ca0b12c80fd7b92cfb18 (patch)
tree8c5837ef90fe33ca0ebfcf33ab1524edd1e00673 /roles/init/templates/pam_environment.j2
parentb227070796713b671fe499b7a1d3f767b5bb9b58 (diff)
downloadAnsible-d03cede672edcf559379ca0b12c80fd7b92cfb18.tar.gz
Ansible-d03cede672edcf559379ca0b12c80fd7b92cfb18.tar.zst
Ansible-d03cede672edcf559379ca0b12c80fd7b92cfb18.zip
Use check_mode for commands
Diffstat (limited to 'roles/init/templates/pam_environment.j2')
-rw-r--r--roles/init/templates/pam_environment.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/init/templates/pam_environment.j2 b/roles/init/templates/pam_environment.j2
index 4327eeb..fc65a10 100644
--- a/roles/init/templates/pam_environment.j2
+++ b/roles/init/templates/pam_environment.j2
@@ -38,7 +38,7 @@ GNUPGHOME DEFAULT="${XDG_CONFIG_HOME}/gnupg"
38 38
39# SSH 39# SSH
40SSH_AGENT_PID DEFAULT= 40SSH_AGENT_PID DEFAULT=
41SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent.ssh" 41SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent.ssh"
42 42
43# Less 43# Less
44LESSHISTFILE DEFAULT="${XDG_STATE_HOME}/less/history" 44LESSHISTFILE DEFAULT="${XDG_STATE_HOME}/less/history"