diff --git a/awx/main/access.py b/awx/main/access.py index 7bef51a20f..06efdc4868 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -1357,7 +1357,7 @@ class SystemJobTemplateAccess(BaseAccess): model = SystemJobTemplate @check_superuser - def can_start(self, obj): + def can_start(self, obj, validate_license=True): '''Only a superuser can start a job from a SystemJobTemplate''' return False