You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docsite/rst
Dag Wieers 7d990fa167 Clarify how only_if works, also combined with with_items
- The old documentation stated not to quote the variable in the function, which is obviously wrong. When using lists or integers, we have to quote otherwise the startswith() method will trip over its non-existence.
- It was unclear that the only_if statement is processed for each item when doing with_items, so I added an example making it crystal clear how this can be used in your advantage (or why a non-existing list variable can break your logic if you expected the only_if to be processed once before running the task)
12 years ago
..
modules
YAMLSyntax.rst
api.rst
bestpractices.rst
examples.rst
gettingstarted.rst
index.rst Add who uses ansible page back. 12 years ago
moduledev.rst Indicate module_formatter can produce boilerplate DOCUMENTATION 12 years ago
modules.rst
patterns.rst
playbooks.rst typo in handlers example yaml 12 years ago
playbooks2.rst Clarify how only_if works, also combined with with_items 12 years ago
who_uses_ansible.rst When using delegation, local_action should always use the local connection type. 12 years ago