mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Remove duplicate documentation fields
This commit is contained in:
committed by
Matt Clay
parent
ceba43e701
commit
f6aa1ff9a4
@@ -26,7 +26,7 @@ DOCUMENTATION = '''
|
||||
module: authorized_key
|
||||
short_description: Adds or removes an SSH authorized key
|
||||
description:
|
||||
- Adds or removes an SSH authorized key for a user from a remote host.
|
||||
- "Adds or removes SSH authorized keys for particular user accounts"
|
||||
version_added: "0.5"
|
||||
options:
|
||||
user:
|
||||
@@ -89,8 +89,6 @@ options:
|
||||
default: "yes"
|
||||
choices: ["yes", "no"]
|
||||
version_added: "2.1"
|
||||
description:
|
||||
- "Adds or removes authorized keys for particular user accounts"
|
||||
author: "Ansible Core Team"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user