From cb38b759e75a493c12ac3cb2c448a84be2fd4c61 Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Tue, 21 Apr 2026 10:01:44 +0200 Subject: [PATCH] feat: Add priority to deployed conf --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7ea7db3..aaec609 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,7 +7,7 @@ group: root mode: u=rw,g=r,o=r src: security.conf.j2 - dest: /etc/ssh/sshd_config.d/security.conf + dest: /etc/ssh/sshd_config.d/90-security.conf become: true notify: Restart ssh.service @@ -17,6 +17,6 @@ group: root mode: u=rw,g=r,o=r src: port.conf.j2 - dest: /etc/ssh/sshd_config.d/port.conf + dest: /etc/ssh/sshd_config.d/91-port.conf become: true notify: Restart ssh.service -- 2.53.0