mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
parent
1b2c2af9a8
commit
3186a944e9
19 changed files with 140 additions and 14 deletions
|
@ -13,7 +13,14 @@ DOCUMENTATION = '''
|
|||
module: github_key
|
||||
short_description: Manage GitHub access keys
|
||||
description:
|
||||
- Creates, removes, or updates GitHub access keys.
|
||||
- Creates, removes, or updates GitHub access keys.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
token:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue