mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix docs for tower modules (#50710)
This commit is contained in:
parent
41de2855ae
commit
d84e21dfc8
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue