Skip to content

Commit

Permalink
OPSEXP-2824 do not check upgrade restriction for adw (#935)
Browse files Browse the repository at this point in the history
* A stateless frontend app can be upgraded/downgraded without any issue
  • Loading branch information
gionn authored Sep 6, 2024
1 parent a07c832 commit c2c7de1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/common/tasks/check_upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@
amps[item].version != installed_components.amps[item].version
loop: "{{ installed_components.amps | list }}"

- name: Fail on unsupported ADW upgrades
ansible.builtin.fail:
when:
- installed_components.adw is defined
- adw.version != installed_components.adw.version

- name: Fail on unsupported Transformers upgrades
ansible.builtin.fail:
when:
Expand Down

0 comments on commit c2c7de1

Please sign in to comment.