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

Fix defaults.

This commit is contained in:
Felix Fontein 2022-11-02 20:59:51 +01:00
parent faf4ec7fa6
commit 2b0bebc8fc

View file

@ -68,6 +68,7 @@ options:
- Environment variables of the function namespace.
- Injected in functions at runtime.
type: dict
default: {}
secret_environment_variables:
description:
@ -75,6 +76,7 @@ options:
- Updating thoses values will not output a C(changed) state in Ansible.
- Injected in functions at runtime.
type: dict
default: {}
'''
EXAMPLES = '''