init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
# ansible.builtin.success
|
||||
Tests if task finished successfully, opposite of `failed`. Input is a registered result from an Ansible task.
|
||||
|
||||
## Example
|
||||
```yml
|
||||
# test 'status' to know how to respond
|
||||
{{ taskresults is success }}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue