mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Fix typo in my example (#20293)
I noticed I was missing the -f flag to make this work correctly.
This commit is contained in:
committed by
John R Barker
parent
f813a8474b
commit
bd793b85bf
@@ -109,6 +109,6 @@ EXAMPLES = '''
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0600'
|
||||
validate: /usr/sbin/sshd -t %s
|
||||
validate: /usr/sbin/sshd -t -f %s
|
||||
backup: yes
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user