update documentation example (#64786)

missing k in workflow in an example for the tower_workflow_template module
This commit is contained in:
James Vornhagen 2019-11-13 18:29:46 +01:00 committed by Alicia Cozine
parent 844b5d4673
commit a2047cfa2d

View file

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