Hi,
We’re using AWX workflow job templates to implement workflow with multiple jobs, wondering if there’s any configuration either at the workflow or org. level or other places, to configure the entire workflow jobs to run in a single EE pod/container, as opposed to each job in the workflow running in an isolated EE container.
The jobs have dependencies to pass output from job to another, trying to avoid changes to existing configurations if possible since this has been working fine in 17.x but having issues when we moved to 19.2.2 environments which is using Ansible Execution Environments.
Or is there a flag to disable this behavior temporarily?
Thanks