mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Basic verification architecture added.
This commit is contained in:
@@ -138,3 +138,6 @@ class SimpleDAG(object):
|
||||
roots.append(n)
|
||||
return roots
|
||||
|
||||
# TODO
|
||||
def cycle_detected(self):
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user