Fix ansible-lint truthy in module docstrings

This commit is contained in:
Chris Meyers
2025-01-14 15:06:30 -05:00
committed by Chris Meyers
parent cc6337b344
commit ae0d6b70a0
14 changed files with 19 additions and 19 deletions

View File

@@ -92,7 +92,7 @@ EXAMPLES = '''
username: jdoe
password: foobarbaz
email: jdoe@example.org
superuser: yes
superuser: true
state: present
controller_config_file: "~/tower_cli.cfg"
@@ -101,7 +101,7 @@ EXAMPLES = '''
username: jdoe
password: foobarbaz
email: jdoe@example.org
auditor: yes
auditor: true
state: present
controller_config_file: "~/tower_cli.cfg"