mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
cc6337b344
commit
ae0d6b70a0
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user