mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Use new setting for control plan ee
Now this is consumed by the awx-manage register_default_execution_environments to make the EE that is used for project updates
This commit is contained in:
committed by
Shane McDonald
parent
1fc22749a5
commit
075969f25d
@@ -1,5 +1,6 @@
|
|||||||
DEFAULT_EXECUTION_ENVIRONMENTS = [
|
GLOBAL_JOB_EXECUTION_ENVIRONMENTS = [
|
||||||
{% for item in ee_images %}
|
{% for item in ee_images %}
|
||||||
{'name': '{{ item.name }}' , 'image': '{{ item.image }}'},
|
{'name': '{{ item.name }}' , 'image': '{{ item.image }}'},
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
]
|
||||||
|
CONTROL_PLANE_EXECUTION_ENVIRONMENT = {{ control_plane_ee_image }}
|
||||||
|
|||||||
Reference in New Issue
Block a user