summaryrefslogtreecommitdiff
path: root/roles/gnupg/templates
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/gnupg/templates
parentb227070796713b671fe499b7a1d3f767b5bb9b58 (diff)
downloadAnsible-d03cede672edcf559379ca0b12c80fd7b92cfb18.tar.gz
Ansible-d03cede672edcf559379ca0b12c80fd7b92cfb18.tar.zst
Ansible-d03cede672edcf559379ca0b12c80fd7b92cfb18.zip
Use check_mode for commands
Diffstat (limited to 'roles/gnupg/templates')
-rw-r--r--roles/gnupg/templates/systemd/dirmngr.conf.j22
-rw-r--r--roles/gnupg/templates/systemd/gpg-agent-browser.conf.j22
-rw-r--r--roles/gnupg/templates/systemd/gpg-agent-extra.conf.j22
-rw-r--r--roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j22
-rw-r--r--roles/gnupg/templates/systemd/gpg-agent.conf.j22
5 files changed, 5 insertions, 5 deletions
diff --git a/roles/gnupg/templates/systemd/dirmngr.conf.j2 b/roles/gnupg/templates/systemd/dirmngr.conf.j2
index 9083ab5..529fdd7 100644
--- a/roles/gnupg/templates/systemd/dirmngr.conf.j2
+++ b/roles/gnupg/templates/systemd/dirmngr.conf.j2
@@ -1,3 +1,3 @@
1[Socket] 1[Socket]
2ListenStream= 2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.dirmngr 3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.dirmngr
diff --git a/roles/gnupg/templates/systemd/gpg-agent-browser.conf.j2 b/roles/gnupg/templates/systemd/gpg-agent-browser.conf.j2
index 61ddeb6..6dbbbc7 100644
--- a/roles/gnupg/templates/systemd/gpg-agent-browser.conf.j2
+++ b/roles/gnupg/templates/systemd/gpg-agent-browser.conf.j2
@@ -1,3 +1,3 @@
1[Socket] 1[Socket]
2ListenStream= 2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent.browser 3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent.browser
diff --git a/roles/gnupg/templates/systemd/gpg-agent-extra.conf.j2 b/roles/gnupg/templates/systemd/gpg-agent-extra.conf.j2
index f34606c..fbd5dee 100644
--- a/roles/gnupg/templates/systemd/gpg-agent-extra.conf.j2
+++ b/roles/gnupg/templates/systemd/gpg-agent-extra.conf.j2
@@ -1,3 +1,3 @@
1[Socket] 1[Socket]
2ListenStream= 2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent.extra 3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent.extra
diff --git a/roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j2 b/roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j2
index b7cd0c2..6f37eaa 100644
--- a/roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j2
+++ b/roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j2
@@ -1,3 +1,3 @@
1[Socket] 1[Socket]
2ListenStream= 2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent.ssh 3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent.ssh
diff --git a/roles/gnupg/templates/systemd/gpg-agent.conf.j2 b/roles/gnupg/templates/systemd/gpg-agent.conf.j2
index 666c22e..4f085da 100644
--- a/roles/gnupg/templates/systemd/gpg-agent.conf.j2
+++ b/roles/gnupg/templates/systemd/gpg-agent.conf.j2
@@ -1,3 +1,3 @@
1[Socket] 1[Socket]
2ListenStream= 2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent 3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent