remove non ascii whitespaces
This commit is contained in:
parent
598a10bc28
commit
5a6d6c4d13
117 changed files with 1928 additions and 1928 deletions
technology/tools/Ansible/modules
|
@ -5,9 +5,9 @@ This module asserts that given expressions are true with an optional custom mess
|
|||
| Parameter | Type | Description |
|
||||
| ----------- | --------------------------------- | ---------------------------------------------------------------------------------------- |
|
||||
| **fail_msg** | string | The customized message used for a failing assertion |
|
||||
| **quiet** | boolean | Set this to `true` to avoid verbose output |
|
||||
| **quiet** | boolean | Set this to `true` to avoid verbose output |
|
||||
| **success_msg** | string | The customized message used for a successful assertion |
|
||||
| **that** | list / elements=string / required | A list of string expressions of the same form that can be passed to the ‘when’ statement |
|
||||
| **that** | list / elements=string / required | A list of string expressions of the same form that can be passed to the ‘when’ statement |
|
||||
|
||||
## Examples
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue