Closed rclee33 closed 3 months ago
I think the idea there is that you can use either in playbooks, and this is just recognizing that fact. @bonnevil might have more up-to-date info on preferences.
@bonnevil opened a PR to address this issue: https://github.com/StyleGuides/WritingStyleGuide/pull/600
PR600 is merged, so closing this issue.
Under "Boolean" in the WUG, the convention is to use
true
andfalse
to set Boolean values in YAML files.However, in section 3.4.5.2 Ansible Courses, there are several examples showing
yes
andno
. Are those examples out of alignment with the guidance in the WUG? Or, perhaps we need to clarify between Ansible Booleans in a playbook, and a setting in a configuration file (which might useyes
).