aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/sshd/tasks/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/sshd/tasks/main.yml b/roles/sshd/tasks/main.yml
index ef19c9b..1e1493d 100644
--- a/roles/sshd/tasks/main.yml
+++ b/roles/sshd/tasks/main.yml
@@ -23,7 +23,10 @@
- name: show pubkeys
debug:
- var: keys
+ msg: |
+ {% for key in keys.files %}
+ {{ key.path }}
+ {% endfor %}
- name: synchronize ssh keys
authorized_key:
remember that computers suck.