utils/templates/{README*.md.in,test_module*.yml.in}: Use true and false

The values "yes" and "no" will not be valid in the future for bool
parameters. Therefore "yes" and "no" have been replaced by "true" and
"false".
This commit is contained in:
Thomas Woerner
2023-04-12 12:52:14 +02:00
parent 5e5fbd87bf
commit 4a18ad03c8
5 changed files with 14 additions and 14 deletions

View File

@@ -3,8 +3,8 @@
hosts: "{{ ipa_test_host | default('ipaserver') }}"
# Change "become" or "gather_facts" to "yes",
# if you test playbook requires any.
become: no
gather_facts: no
become: false
gather_facts: false
tasks: