aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/sshd/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sshd/tasks/main.yml')
-rw-r--r--roles/sshd/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/sshd/tasks/main.yml b/roles/sshd/tasks/main.yml
index d31ac79..ed60e75 100644
--- a/roles/sshd/tasks/main.yml
+++ b/roles/sshd/tasks/main.yml
@@ -1,7 +1,7 @@
- name: Configure sshd
become: true
ansible.builtin.template:
- src: sshd_config
+ src: sshd_config.j2
dest: /etc/ssh/sshd_config
owner: root
group: root