mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
cc6337b344
commit
ae0d6b70a0
@@ -74,7 +74,7 @@ EXAMPLES = '''
|
||||
- name: Launch a Project with extra_vars without waiting
|
||||
project_update:
|
||||
project: "Networking Project"
|
||||
wait: False
|
||||
wait: false
|
||||
'''
|
||||
|
||||
from ..module_utils.controller_api import ControllerAPIModule
|
||||
|
||||
Reference in New Issue
Block a user