mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
fix docs for tower modules (#50710)
This commit is contained in:
committed by
AlanCoding
parent
a37a18c0bf
commit
c821996051
@@ -47,8 +47,8 @@ EXAMPLES = '''
|
|||||||
tower_job_list:
|
tower_job_list:
|
||||||
status: running
|
status: running
|
||||||
query: {"playbook": "testing.yml"}
|
query: {"playbook": "testing.yml"}
|
||||||
register: testing_jobs
|
|
||||||
tower_config_file: "~/tower_cli.cfg"
|
tower_config_file: "~/tower_cli.cfg"
|
||||||
|
register: testing_jobs
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ EXAMPLES = '''
|
|||||||
name: Workflow Template
|
name: Workflow Template
|
||||||
description: My very first Worflow Template
|
description: My very first Worflow Template
|
||||||
organization: My optional Organization
|
organization: My optional Organization
|
||||||
schema: "{{ lookup(file, my_workflow.json }}"
|
schema: "{{ lookup('file', 'my_workflow.json') }}"
|
||||||
|
|
||||||
- tower_worflow_template:
|
- tower_worflow_template:
|
||||||
name: Workflow Template
|
name: Workflow Template
|
||||||
|
|||||||
Reference in New Issue
Block a user