mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Remove duplicate documentation fields
This commit is contained in:
parent
ceba43e701
commit
f6aa1ff9a4
8 changed files with 8 additions and 23 deletions
|
@ -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"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue