mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Fix up direct launching of system jobs
This commit is contained in:
@@ -1168,7 +1168,7 @@ class RunSystemJob(BaseTask):
|
||||
if 'inventory_updates' in json_vars and json_vars['inventory_updates']:
|
||||
args.extend(['--inventory-updates'])
|
||||
except Exception, e:
|
||||
pass
|
||||
logger.error("Failed to parse system job: " + str(e))
|
||||
return args
|
||||
|
||||
def build_cwd(self, instance, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user