mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Fix defaults.
This commit is contained in:
@@ -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 = '''
|
||||
|
||||
Reference in New Issue
Block a user