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/examples/playbooks
Dag Wieers 66fb7fd9de Make use of yes/no booleans in playbooks
At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False.

This change includes:

- Adaptation of documentation and examples to favor yes/no
- Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
2012-12-14 11:56:53 +01:00
..
filter_plugins Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
handlers
tasks Update some examples to explain why notify is not used 2012-10-12 18:12:22 -04:00
templates Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
vars
ansible_pull.yml
batch_size_control.yml
conditionals_part1.yml
conditionals_part2.yml Add note about when you still have to use only_if 2012-10-27 18:22:16 -04:00
conditionals_part3.yml Added 'when' as a shortcut around only_if. 2012-10-27 17:55:35 -04:00
custom_filters.yml Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
delegation.yml
file_secontext.yml
get_url.yml
group_by.yml Simplify the group_by example a small bit 2012-10-30 20:00:21 -04:00
group_commands.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
intermediate_example.yml Update some examples to explain why notify is not used 2012-10-12 18:12:22 -04:00
intro_example.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
loop_plugins.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
loop_with_items.yml
mysql.yml
nested_playbooks.yml
postgresql.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
prompts.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
register_logic.yml Make use of yes/no booleans in playbooks 2012-12-14 11:56:53 +01:00
selective_file_sources.yml
tags.yml
user_commands.yml