assert.py (ansible-2.14.0) | : | assert.py (ansible-2.14.1rc1) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
type: str | type: str | |||
aliases: [ msg ] | aliases: [ msg ] | |||
version_added: "2.7" | version_added: "2.7" | |||
success_msg: | success_msg: | |||
description: | description: | |||
- The customized message used for a successful assertion. | - The customized message used for a successful assertion. | |||
type: str | type: str | |||
version_added: "2.7" | version_added: "2.7" | |||
quiet: | quiet: | |||
description: | description: | |||
- Set this to C(yes) to avoid verbose output. | - Set this to C(true) to avoid verbose output. | |||
type: bool | type: bool | |||
default: no | default: no | |||
version_added: "2.8" | version_added: "2.8" | |||
extends_documentation_fragment: | extends_documentation_fragment: | |||
- action_common_attributes | - action_common_attributes | |||
- action_common_attributes.conn | - action_common_attributes.conn | |||
- action_common_attributes.flow | - action_common_attributes.flow | |||
attributes: | attributes: | |||
action: | action: | |||
support: full | support: full | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |