fix docs for tower modules (#50710)

This commit is contained in:
Alicia Cozine 2019-01-09 08:21:26 -06:00 committed by ansibot
parent 41de2855ae
commit d84e21dfc8
2 changed files with 2 additions and 2 deletions

View file

@ -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 = '''

View file

@ -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