I have a Ansible Automation Platform 2.1.0 installation on RHEL8.
I have some jobs failing due to an incorrect Registry/image entry for the 'Control Plane Execution Environment'. I am able to replace the incorrect entry in the image field for all of the other Execution Environments (Ansible Engine, Default, etc..) from the GUI.
However, I am unable to modify this field for the 'Control Plane Execution Environment'. I am also unable to delete this execution environment (I attempted to make a Copy, fix the copy, delete the original, and then rename the copy to match). This is the same regardless of the logged in account.
I have done some research, but the only method I have been able to find is to re-install the entire Ansible Automation Platform (as described here: https://www.jazakallah.info/post/how-to-change-control-plane-execution-environment-settings). I also ran grep -rlw "control_plane_execution_environment" -i /
in an attempt to find any text-based configs that could potentially be modified - but the only files that showed up were part of the installation bundle.
How do I reconfigure or modify the Registry/Image for the Control Plane Execution Environment, preferably without reinstalling the entire Ansible Automation Platform?