Hi Guys
Can someone guide me how did you make execution environment work with ansible 2.9? I need to create an execution env with ansible 2.9. I followed your instructions but when I start that container it exit straight away. Not sure, what I am missing here? If anyone has clear instructions how can I do it, will appreciate. Thanks
My execution-environment.yml file is below:
requirements.txt is below
ansible
bindep.txt
git [platform:rpm]
builder output:
[3/3] COMMIT awx_ee_custom_2.9.dev1
--> 77150
Successfully tagged localhost/awx_ee_custom_2.9.dev1:latest
when try to start container for test this error pops up:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c67a localhost/awx_ee_custom_2.9.dev1:latest ansible-runner ru... 33 minutes ago Exited (1) 32 minutes ago awx_2.9_container
Regards,
Shaz