diff --git a/lib/ansible/modules/source_control/github_deploy_key.py b/lib/ansible/modules/source_control/github_deploy_key.py index ec1871ddb3a..e2628c8a6df 100644 --- a/lib/ansible/modules/source_control/github_deploy_key.py +++ b/lib/ansible/modules/source_control/github_deploy_key.py @@ -19,7 +19,8 @@ author: "Ali (@bincyber)" short_description: Manages deploy keys for GitHub repositories. description: - "Adds or removes deploy keys for GitHub repositories. Supports authentication using username and password, - username and password and 2-factor authentication code (OTP), OAuth2 token, or personal access token." + username and password and 2-factor authentication code (OTP), OAuth2 token, or personal access token. Admin + rights on the repository are required." options: owner: description: