1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Add PLATFORM docs fragment (#5837)

Add PLATFORM docs fragment.
This commit is contained in:
Felix Fontein
2023-01-14 18:35:01 +01:00
committed by GitHub
parent 6ec049734e
commit 3985ade3fc

View File

@ -20,9 +20,11 @@ attributes:
description: Will return details on what has changed (or possibly needs changing in C(check_mode)), when in diff mode.
'''
# platform:
# description: Target OS/families that can be operated against.
# support: N/A
PLATFORM = r'''
platform:
description: Target OS/families that can be operated against.
support: N/A
'''
# Should be used together with the standard fragment
INFO_MODULE = r'''