Skip to content

Commit cb833b1

Browse files
authored
Include files as soon as possible
1 parent 3aaf235 commit cb833b1

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
@@ -13,7 +13,7 @@
1313
regexp: "^Include /etc/ssh/sshd_config.d/*.conf"
1414
line: "Include /etc/ssh/sshd_config.d/*.conf"
1515
state: present
16-
insertafter: EOF
16+
insertbefore: "BOF"
1717
validate: sshd -t -f %s
1818
notify:
1919
- Restart sshd

0 commit comments

Comments
 (0)