mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Make sure we are covering system jobs and template on notifications
This commit is contained in:
@@ -108,6 +108,8 @@ class SimpleDAG(object):
|
||||
return "inventory_update"
|
||||
elif type(obj) == ProjectUpdate:
|
||||
return "project_update"
|
||||
elif type(obj) == SystemJob:
|
||||
return "system_job"
|
||||
return "unknown"
|
||||
|
||||
def get_dependencies(self, obj):
|
||||
|
||||
Reference in New Issue
Block a user