mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
cc6337b344
commit
ae0d6b70a0
@@ -184,7 +184,7 @@ EXAMPLES = '''
|
||||
name: "Foo"
|
||||
description: "Foo bar project"
|
||||
organization: "test"
|
||||
scm_update_on_launch: True
|
||||
scm_update_on_launch: true
|
||||
scm_update_cache_timeout: 60
|
||||
state: present
|
||||
controller_config_file: "~/tower_cli.cfg"
|
||||
|
||||
Reference in New Issue
Block a user