mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
added directives for state parameter in documentation
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
0efdeb9c53
commit
eb2c3892ed
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ deleted_keys:
|
||||||
description: An array of key objects that were deleted. Only present on state=absent
|
description: An array of key objects that were deleted. Only present on state=absent
|
||||||
type: list
|
type: list
|
||||||
elements: dict
|
elements: dict
|
||||||
returned: When state=absent
|
returned: When O(state=absent)
|
||||||
sample: [{
|
sample: [{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"name": "Octocat's GPG Key",
|
"name": "Octocat's GPG Key",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue