getent.py (ansible-2.14.0) | : | getent.py (ansible-2.14.1rc1) | ||
---|---|---|---|---|
skipping to change at line 43 | skipping to change at line 43 | |||
- The underlying system must support the service flag which is not a lways available. | - The underlying system must support the service flag which is not a lways available. | |||
type: str | type: str | |||
version_added: "2.9" | version_added: "2.9" | |||
split: | split: | |||
description: | description: | |||
- Character used to split the database values into lists/arrays such as C(:) or C(\t), | - Character used to split the database values into lists/arrays such as C(:) or C(\t), | |||
otherwise it will try to pick one depending on the database. | otherwise it will try to pick one depending on the database. | |||
type: str | type: str | |||
fail_key: | fail_key: | |||
description: | description: | |||
- If a supplied key is missing this will make the task fail if C(yes ). | - If a supplied key is missing this will make the task fail if C(tru e). | |||
type: bool | type: bool | |||
default: 'yes' | default: 'yes' | |||
extends_documentation_fragment: | extends_documentation_fragment: | |||
- action_common_attributes | - action_common_attributes | |||
- action_common_attributes.facts | - action_common_attributes.facts | |||
attributes: | attributes: | |||
check_mode: | check_mode: | |||
support: full | support: full | |||
diff_mode: | diff_mode: | |||
support: none | support: none | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |