mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in example (#21227)
This commit is contained in:
parent
2291163a7a
commit
953ca38b67
1 changed files with 2 additions and 2 deletions
|
@ -102,10 +102,10 @@ EXAMPLES = '''
|
||||||
dest: /etc/sudoers
|
dest: /etc/sudoers
|
||||||
validate: 'visudo -cf %s'
|
validate: 'visudo -cf %s'
|
||||||
|
|
||||||
# Update SSH configuration safely (avoid shutting yourself out)
|
# Update sshd configuration safely, avoid locking yourself out
|
||||||
- template:
|
- template:
|
||||||
src: etc/ssh/sshd_config.j2
|
src: etc/ssh/sshd_config.j2
|
||||||
dest: /etc/ssh/sshd_config.j2
|
dest: /etc/ssh/sshd_config
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
|
|
Loading…
Reference in a new issue