mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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) |
||
|---|---|---|
| .. | ||
| assemble.d | ||
| test_playbook_vars | ||
| ansible.cfg | ||
| ansible_hosts | ||
| CentOS.yml | ||
| common_vars.yml | ||
| complex_hosts | ||
| default_os.yml | ||
| hosts_list.yml | ||
| inventory_api.py | ||
| jinja2_overrides.tpl | ||
| lookup_plugins.yml | ||
| playbook-included.yml | ||
| playbook-includer.yml | ||
| playbook1.yml | ||
| results_list.yml | ||
| sample.j2 | ||
| simple_hosts | ||
| template-basic | ||
| template-whitespace | ||
| TestConstants.py | ||
| TestInventory.py | ||
| TestPlayBook.py | ||
| TestRunner.py | ||
| TestUtils.py | ||
| world | ||