docs: fix wrong return value name

pull/83222/head
klanip 1 month ago
parent 8ad68f12ee
commit 6b7fb5604c

@ -177,8 +177,8 @@ EXAMPLES = r'''
'''
RETURN = r'''
msg:
description: changed
changed:
description: False if skipped due to O(creates)/O(removes) options, otherwise True
returned: always
type: bool
sample: True

@ -153,8 +153,8 @@ EXAMPLES = r'''
'''
RETURN = r'''
msg:
description: changed
changed:
description: False if skipped due to O(creates)/O(removes) options, otherwise True
returned: always
type: bool
sample: True

Loading…
Cancel
Save