1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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)
2012-10-22 12:30:47 +02:00
..
modules Add .gitdir 2012-10-10 20:00:15 -04:00
api.rst Docs + fix variable precedence of environment variables (ok, ok, I give in!) 2012-10-16 18:40:01 -04:00
bestpractices.rst Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
examples.rst Fix docsite example 2012-10-10 19:56:53 -04:00
gettingstarted.rst Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
index.rst Add who uses ansible page back. 2012-10-17 22:28:24 -04:00
moduledev.rst Indicate module_formatter can produce boilerplate DOCUMENTATION 2012-10-17 08:18:39 +02:00
modules.rst Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
patterns.rst Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
playbooks.rst typo in handlers example yaml 2012-10-18 14:35:35 +02:00
playbooks2.rst Clarify how only_if works, also combined with with_items 2012-10-22 12:30:47 +02:00
who_uses_ansible.rst When using delegation, local_action should always use the local connection type. 2012-10-18 20:18:33 -04:00
YAMLSyntax.rst Further docs hacking 2012-10-16 19:03:54 -04:00