mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Fix ansible-lint truthy in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
cc6337b344
commit
ae0d6b70a0
@@ -68,7 +68,7 @@ EXAMPLES = """
|
||||
- name: Launch the workflow with a timeout of 10 seconds
|
||||
workflow_launch:
|
||||
workflow_template: "Test Workflow"
|
||||
wait: False
|
||||
wait: false
|
||||
register: workflow
|
||||
|
||||
- name: Wait for approval node to activate and approve
|
||||
|
||||
Reference in New Issue
Block a user