sshd_config: fix file-module usage

master
Denis Knauf 2024-01-14 22:53:43 +01:00
parent c6771d666e
commit 867d3396bf
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
block:
- name: '/etc/ssh/sshd_config.d'
file:
type: directory
dest: '/etc/ssh/sshd_config.d'
state: directory
path: '/etc/ssh/sshd_config.d'
owner: root
group: root
mode: 0644