mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Merge pull request #12115 from sean-m-sullivan/workflow_node_updates
update workflow nodes to allow workflows and system jobs
This commit is contained in:
@@ -585,6 +585,10 @@
|
||||
name: Default
|
||||
name: "{{ jt2_name }}"
|
||||
type: job_template
|
||||
- identifier: Cleanup Job
|
||||
unified_job_template:
|
||||
name: Cleanup Activity Stream
|
||||
type: system_job
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
@@ -624,6 +628,12 @@
|
||||
organization:
|
||||
name: Default
|
||||
type: inventory_source
|
||||
- identifier: Workflow inception
|
||||
unified_job_template:
|
||||
name: "{{ wfjt_name }}"
|
||||
organization:
|
||||
name: Default
|
||||
type: workflow_job_template
|
||||
register: result
|
||||
|
||||
- name: Kick off a workflow and wait for it
|
||||
|
||||
Reference in New Issue
Block a user