mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Update authorized_key.py
Fix a (common) error in the examples. This is something that may go unnoticed during troubleshooting when copy&pasting the example.
This commit is contained in:
@@ -111,7 +111,7 @@ EXAMPLES = '''
|
||||
key_options='no-port-forwarding,host="10.0.1.1"'
|
||||
|
||||
# Set up authorized_keys exclusively with one key
|
||||
- authorized_keys: user=root key=public_keys/doe-jane state=present
|
||||
- authorized_key: user=root key=public_keys/doe-jane state=present
|
||||
exclusive=yes
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user