Skip to content

Commit

Permalink
Add back AWX EE latest for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed Mar 11, 2024
1 parent d120055 commit f008210
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:latest"
- name: "AWX EE ({{ _image_version }})"
image: "quay.io/ansible/awx-ee:{{ _image_version }}"

Expand Down

0 comments on commit f008210

Please sign in to comment.