summaryrefslogtreecommitdiff
path: root/roles/gnupg/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gnupg/handlers/main.yml')
-rw-r--r--roles/gnupg/handlers/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/gnupg/handlers/main.yml b/roles/gnupg/handlers/main.yml
index d32d321..7dc34c7 100644
--- a/roles/gnupg/handlers/main.yml
+++ b/roles/gnupg/handlers/main.yml
@@ -9,7 +9,7 @@
9 prompt: "gpg key will be sent to immae.eu, please login to tmux and give passwords there." 9 prompt: "gpg key will be sent to immae.eu, please login to tmux and give passwords there."
10 seconds: 3 10 seconds: 3
11- name: send key to immae@immae.eu 11- name: send key to immae@immae.eu
12 shell: "gpg --armor --export ismael@flony | ssh immae@immae.eu add_workstation_key | gpg --import -" 12 shell: "gpg --armor --export {{ gpg_useremail }} | ssh immae@immae.eu add_workstation_key | gpg --import -"
13- name: notify add key to password store 13- name: notify add key to password store
14 pause: 14 pause:
15 prompt: "Please add the key to the password store and push: pass init -p Folder/Folder <key> <key>. Press key when done" 15 prompt: "Please add the key to the password store and push: pass init -p Folder/Folder <key> <key>. Press key when done"