Skip to content

Commit 0363030

Browse files
committed
Clarify naming of extra configuration files
1 parent 3c53cd6 commit 0363030

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ansible/roles/sshd/tasks/configure.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
mode: 700
1111
become: true
1212

13-
- name: Ensure drop in directory is included
13+
- name: Ensure drop in configuration is included
1414
blockinfile:
1515
dest: /etc/ssh/sshd_config
16-
content: |
17-
# To modify the system-wide sshd configuration, create a *.conf file under
18-
# /etc/ssh/sshd_config.d/ which will be automatically included below
16+
content: |
17+
# To modify the system-wide sshd configuration, create <custom>.conf
18+
# files under /etc/ssh/sshd_config.d/ which will be automatically
19+
# included below.
1920
Include /etc/ssh/sshd_config.d/*.conf
2021
state: present
2122
insertafter: "# default value."

0 commit comments

Comments
 (0)