diff options
author | sirkubax <muszynski@so1.net> | 2017-10-27 14:56:38 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-27 14:56:38 +0200 |
commit | 75379d6b672ed34b5f593c9aea60564e90a0cc3d (patch) | |
tree | 8505a79f2f9370cf9ccc2fd66c0991a2ce160a8a | |
parent | c56a644fb3a9acc0687746f3dfd34be0dc1408d9 (diff) |
update
-rw-r--r-- | .ansible.html.markdown.swl | bin | 36864 -> 36864 bytes | |||
-rw-r--r-- | ansible.html.markdown | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.ansible.html.markdown.swl b/.ansible.html.markdown.swl Binary files differindex 4664ca70..607a08ba 100644 --- a/.ansible.html.markdown.swl +++ b/.ansible.html.markdown.swl diff --git a/ansible.html.markdown b/ansible.html.markdown index ae5ca01e..155a3b0e 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -285,7 +285,7 @@ for execution further tasks. ``` #### Conditionals -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`) +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`) |