mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
update to auto_exit, add tests, add mutual exclusive parameters
This commit is contained in:
@@ -176,6 +176,14 @@
|
||||
always_nodes:
|
||||
- leaf
|
||||
|
||||
- name: Delete approval node
|
||||
awx.awx.tower_workflow_job_template_node:
|
||||
identifier: approval_test
|
||||
approval_node:
|
||||
name: "{{ approval_node_name }}"
|
||||
state: absent
|
||||
workflow: "{{ wfjt_name }}"
|
||||
|
||||
- name: Add started notifications to workflow job template
|
||||
tower_workflow_job_template:
|
||||
name: "{{ wfjt_name }}"
|
||||
|
||||
Reference in New Issue
Block a user