mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 21:49:24 -02:30
Pass ident to "process" cmd and disable stdout file
This requires corresponding ansible-runner changes
which are only available in devel branch
to do this, requirements are changed
to install ansible-runner devel as it did before
Revert "Use ansible-runner 2.1.1 build"
This reverts commit f0ede01017.
Add back in change from updater.sh that we want to keep
This commit is contained in:
@@ -673,6 +673,7 @@ class BaseTask(object):
|
||||
'settings': {
|
||||
'job_timeout': self.get_instance_timeout(self.instance),
|
||||
'suppress_ansible_output': True,
|
||||
'suppress_output_file': True,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user