Skip to content

Commit b9dfcc9

Browse files
committed
fix syntax
1 parent 547b20e commit b9dfcc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
- name: use the workflow_approval
1+
- name: Use the workflow_approval
22
{{ collection_id }}.tower_workflow_approval:
33
name: {{ name }}
4-
workflow_job_id:: {{ workflow_job_id }}
5-
action: {{ action | }}
4+
workflow_job_id: {{ workflow_job_id }}
5+
action: {{ action }}
66
timeout: {{ timeout | default("") }}
77
interval: {{ interval | default("") }}
88
register: workflow_approval

0 commit comments

Comments
 (0)