mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 05:42:55 +00:00
6 lines
146 B
Django/Jinja
6 lines
146 B
Django/Jinja
DEFAULT_EXECUTION_ENVIRONMENTS = [
|
|
{% for item in tower_ee_images %}
|
|
{'name': '{{ item.name }}' , 'image': '{{ item.image }}'}
|
|
{% endfor %}
|
|
]
|