1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

TEMP - make CI fail.

This commit is contained in:
Felix Fontein 2023-04-16 16:41:01 +02:00
parent 14748d4de9
commit 14f4d6b503

View file

@ -13,6 +13,7 @@ DOCUMENTATION = '''
description:
- Test whether a given string refers to an existing module or action plugin.
- This can be useful in roles, which can use this to ensure that required modules are present ahead of time.
- M(foo).
options:
_input:
description: A string denoting a fully qualified collection name (FQCN) of a module or action plugin.