Skip to content

Commit

Permalink
relax requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 28, 2024
1 parent fd59dbe commit 33a1f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/acs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
hosts: audit_storage
gather_facts: false
vars:
acs_version_requirement: "{{ acs.version is version('23.4', 'ge') }}"
acs_version_requirement: "{{ acs.version is version('23.3', 'ge') }}"
pre_tasks:
- name: Assert that the required version is met
ansible.builtin.fail:
Expand Down

0 comments on commit 33a1f98

Please sign in to comment.