Add PLATFORM docs fragment (#5837)

Add PLATFORM docs fragment.
pull/5818/head
Felix Fontein 2023-01-14 18:35:01 +01:00 committed by GitHub
parent 6ec049734e
commit 3985ade3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

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. description: Will return details on what has changed (or possibly needs changing in C(check_mode)), when in diff mode.
''' '''
# platform: PLATFORM = r'''
# description: Target OS/families that can be operated against. platform:
# support: N/A description: Target OS/families that can be operated against.
support: N/A
'''
# Should be used together with the standard fragment # Should be used together with the standard fragment
INFO_MODULE = r''' INFO_MODULE = r'''