We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547b20e commit b9dfcc9Copy full SHA for b9dfcc9
test_collections/test_tower_workflow_approval.j2
@@ -1,8 +1,8 @@
1
-- name: use the workflow_approval
+- name: Use the workflow_approval
2
{{ collection_id }}.tower_workflow_approval:
3
name: {{ name }}
4
- workflow_job_id:: {{ workflow_job_id }}
5
- action: {{ action | }}
+ workflow_job_id: {{ workflow_job_id }}
+ action: {{ action }}
6
timeout: {{ timeout | default("") }}
7
interval: {{ interval | default("") }}
8
register: workflow_approval
0 commit comments