diff options
author | sirkubax <muszynski@so1.net> | 2017-10-27 14:58:23 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-27 14:58:23 +0200 |
commit | 6c6dfb1884d216983b685ebb2683df7d53779f5a (patch) | |
tree | 63ea5305cc2194d9b07d7806ad290a2dd402aa46 /ansible.html.markdown | |
parent | a3bbb085b06d640b4807c296358f4569599fcd5b (diff) |
update
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 236fca99..b076c11f 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -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`) |