mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
Fix typo in example (#21227)
This commit is contained in:
@@ -102,10 +102,10 @@ EXAMPLES = '''
|
||||
dest: /etc/sudoers
|
||||
validate: 'visudo -cf %s'
|
||||
|
||||
# Update SSH configuration safely (avoid shutting yourself out)
|
||||
# Update sshd configuration safely, avoid locking yourself out
|
||||
- template:
|
||||
src: etc/ssh/sshd_config.j2
|
||||
dest: /etc/ssh/sshd_config.j2
|
||||
dest: /etc/ssh/sshd_config
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0600'
|
||||
|
||||
Reference in New Issue
Block a user