explicitly force replacing the file

This commit is contained in:
2025-02-11 13:19:56 +01:00
parent a21353496b
commit 0bac0f0387

View File

@@ -28,6 +28,7 @@
- name: system setup | openssh | copy sshd custom config - name: system setup | openssh | copy sshd custom config
tags: openssh,ssh,system,settings tags: openssh,ssh,system,settings
copy: copy:
force: True
src: system_setup/sshd_custom.conf src: system_setup/sshd_custom.conf
dest: /etc/ssh/sshd_config.d/custom.conf dest: /etc/ssh/sshd_config.d/custom.conf
owner: root owner: root