|
|
@ -1421,13 +1421,14 @@ TRANSFORM_INVALID_GROUP_CHARS:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Make ansible transform invalid characters in group names supplied by inventory sources.
|
|
|
|
- Make ansible transform invalid characters in group names supplied by inventory sources.
|
|
|
|
- If 'never' it will allow for the group name but warn about the issue.
|
|
|
|
- If 'never' it will allow for the group name but warn about the issue.
|
|
|
|
|
|
|
|
- When 'ignore', it does the same as 'never', without issuing a warning.
|
|
|
|
- When 'always' it will replace any invalid charachters with '_' (underscore) and warn the user
|
|
|
|
- When 'always' it will replace any invalid charachters with '_' (underscore) and warn the user
|
|
|
|
- When 'silently', it does the same as 'always' sans the warnings.
|
|
|
|
- When 'silently', it does the same as 'always', without issuing a warning.
|
|
|
|
env: [{name: ANSIBLE_TRANSFORM_INVALID_GROUP_CHARS}]
|
|
|
|
env: [{name: ANSIBLE_TRANSFORM_INVALID_GROUP_CHARS}]
|
|
|
|
ini:
|
|
|
|
ini:
|
|
|
|
- {key: force_valid_group_names, section: defaults}
|
|
|
|
- {key: force_valid_group_names, section: defaults}
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
choices: ['always', 'never', 'silently']
|
|
|
|
choices: ['always', 'never', 'ignore', 'silently']
|
|
|
|
version_added: '2.8'
|
|
|
|
version_added: '2.8'
|
|
|
|
INVALID_TASK_ATTRIBUTE_FAILED:
|
|
|
|
INVALID_TASK_ATTRIBUTE_FAILED:
|
|
|
|
name: Controls whether invalid attributes for a task result in errors instead of warnings
|
|
|
|
name: Controls whether invalid attributes for a task result in errors instead of warnings
|
|
|
|