Commit 4e316ebf authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: better version matching for alpine upgrade script

parent 1f5a2a12
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
- name: "upgrade to alpine v3.23"
  when:
    - "ansible_distribution == 'Alpine'"
    - "ansible_distribution_version == '3.22'"
    - "'3.22' in ansible_distribution_version"
  block:

    # change repositories