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
handlers
tasks
templates
vars
ansible_pull.yml
batch_size_control.yml
conditionals_part1.yml
conditionals_part2.yml
conditionals_part3.yml
custom_filters.yml
delegation.yml
file_secontext.yml
get_url.yml
group_by.yml
group_commands.yml
intermediate_example.yml
intro_example.yml
loop_plugins.yml
loop_with_items.yml
mysql.yml
nested_playbooks.yml
postgresql.yml
prompts.yml
register_logic.yml
selective_file_sources.yml
tags.yml
user_commands.yml