aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sshd/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sshd/tasks')
-rw-r--r--roles/sshd/tasks/main.yml2
-rw-r--r--roles/sshd/tasks/synchronize_keys.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/roles/sshd/tasks/main.yml b/roles/sshd/tasks/main.yml
index d9d14ff..df5d845 100644
--- a/roles/sshd/tasks/main.yml
+++ b/roles/sshd/tasks/main.yml
@@ -1,3 +1,5 @@
+---
+
- name: generate sshd configuration
ansible.builtin.template:
src: sshd_config.j2
diff --git a/roles/sshd/tasks/synchronize_keys.yml b/roles/sshd/tasks/synchronize_keys.yml
index 16c437c..32f6b5a 100644
--- a/roles/sshd/tasks/synchronize_keys.yml
+++ b/roles/sshd/tasks/synchronize_keys.yml
@@ -1,3 +1,5 @@
+---
+
- name: get ssh keys for all users
ansible.builtin.find:
paths: files/keys
remember that computers suck.