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:
parent
faf4ec7fa6
commit
2b0bebc8fc
1 changed files with 2 additions and 0 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Reference in a new issue