Skip to content

Commit

Permalink
Provide tagged latest and versioned EE
Browse files Browse the repository at this point in the history
To provide the option of always use the latest tagged released version AND specifically versioned EE
  • Loading branch information
TheRealHaoLiu authored Mar 11, 2024
1 parent d120055 commit 63dd0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/installer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ init_container_extra_commands: ''
init_container_extra_volume_mounts: ''

ee_images:
- name: "AWX EE (latest)"
image: "quay.io/ansible/awx-ee:{{ _image_version }}"
- name: "AWX EE ({{ _image_version }})"
image: "quay.io/ansible/awx-ee:{{ _image_version }}"

Expand Down

0 comments on commit 63dd0fd

Please sign in to comment.