Skip to content

Commit 4b5995d

Browse files
authored
Merge pull request #188 from ansible/issue-6390
enable to test the workflow approval module
2 parents 1b18850 + b9dfcc9 commit 4b5995d

File tree

1 file changed

+8
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)