mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct version_added for github_key
module - was 2.0, now 2.2
This commit is contained in:
parent
f7dc107822
commit
1997c17c65
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module: github_key
|
||||||
short_description: Manage GitHub access keys.
|
short_description: Manage GitHub access keys.
|
||||||
description:
|
description:
|
||||||
- Creates, removes, or updates GitHub access keys.
|
- Creates, removes, or updates GitHub access keys.
|
||||||
version_added: "2.0"
|
version_added: "2.2"
|
||||||
options:
|
options:
|
||||||
token:
|
token:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue