1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

update documentation example

missing k in workflow.

- Docs Pull Request

+label: docsite_pr
This commit is contained in:
James Vornhagen 2019-11-13 17:11:36 +01:00 committed by AlanCoding
parent 35a565d09f
commit b6745db4b8
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -92,7 +92,7 @@ EXAMPLES = '''
organization: My optional Organization organization: My optional Organization
schema: "{{ lookup('file', 'my_workflow.json') }}" schema: "{{ lookup('file', 'my_workflow.json') }}"
- tower_worflow_template: - tower_workflow_template:
name: Workflow Template name: Workflow Template
state: absent state: absent
''' '''