Fix defaults.

pull/5464/head
Felix Fontein 2022-11-02 20:59:51 +01:00
parent faf4ec7fa6
commit 2b0bebc8fc
1 changed files with 2 additions and 0 deletions

View File

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