tools_receptor_1 should use whatever awx_devel tag that tools_awx_1 is using

This commit is contained in:
Seth Foster
2021-10-19 17:11:09 -04:00
parent 1f92bdbaa2
commit a8ad7d43e5

View File

@@ -111,7 +111,7 @@ services:
- "../../docker-compose/_sources/receptor/receptor-hop.conf:/etc/receptor/receptor.conf"
{% for i in range(execution_node_count|int) -%}
receptor-{{ loop.index }}:
image: quay.io/awx/awx_devel:devel
image: "{{ awx_image }}:{{ awx_image_tag }}"
user: "{{ ansible_user_uid }}"
container_name: tools_receptor_{{ loop.index }}
hostname: receptor-{{ loop.index }}