Skip to content

Commit 3c53cd6

Browse files
authored
Fix dropin directory creation
*.conf was mistaken included in this path.
1 parent 92a73b7 commit 3c53cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/sshd/tasks/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
- name: Ensure drop in directory exists
55
file:
6-
path: /etc/ssh/sshd_config.d/*.conf
6+
path: /etc/ssh/sshd_config.d/
77
state: directory
88
owner: root
99
group: root

0 commit comments

Comments
 (0)