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:
Alan Rominger
2021-12-15 16:20:20 -05:00
parent 696c0b0055
commit eb64fde885
4 changed files with 10 additions and 3 deletions

View File

@@ -673,6 +673,7 @@ class BaseTask(object):
'settings': {
'job_timeout': self.get_instance_timeout(self.instance),
'suppress_ansible_output': True,
'suppress_output_file': True,
},
}