This commit is contained in:
sirkubax 2017-10-27 14:58:23 +02:00
parent a3bbb085b0
commit 6c6dfb1884
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -284,7 +284,7 @@ for execution further tasks.
when: root_size.rc == 0
```
#### Conditionals
#### Conditionals - when:
You can define complex logic with Ansible and Jinja functions. Most common is usage of `when:`, with some variable (often dynamicly generated in previous playbook steps with `register` or `lookup`)