diff --git a/lib/ansible/modules/system/authorized_key.py b/lib/ansible/modules/system/authorized_key.py index 361e68cb009..8a97722b222 100644 --- a/lib/ansible/modules/system/authorized_key.py +++ b/lib/ansible/modules/system/authorized_key.py @@ -82,7 +82,7 @@ options: version_added: "1.9" description: - "Adds or removes authorized keys for particular user accounts" -author: "Brad Olson (@bradobro)" +author: "Ansible Core Team" ''' EXAMPLES = '''