Explicitly set args for container group pods

A user may try to use an EE that does not have the custom entrypoint script used
by the default AWX EE
This commit is contained in:
Shane McDonald
2021-04-30 12:16:52 -04:00
parent 6bea5dd294
commit 0badc2fff7

View File

@@ -20,6 +20,7 @@ def get_default_pod_spec():
{
"image": get_default_execution_environment().image,
"name": 'worker',
"args": ['ansible-runner', 'worker', '--private-data-dir=/runner'],
}
],
},