mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-19 17:01:25 -07:00
parent
1b2c2af9a8
commit
3186a944e9
19 changed files with 140 additions and 14 deletions
|
@ -18,6 +18,13 @@ 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. Admin
|
||||
rights on the repository are required."
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
github_url:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue