mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
update workflow nodes
This commit is contained in:
committed by
Sean Sullivan
parent
68221cdcbe
commit
02fd8b0d20
@@ -586,6 +586,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:
|
||||
@@ -625,6 +629,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