Commit 0ecefd68 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add when condition to allow other upgrades in the future

parent 51e4ca38
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10,3 +10,6 @@
    # force update time
    - name: "import alpine upgrade tasks"
      ansible.builtin.import_tasks: "tasks/alpine323.yaml"
      when:
        - "ansible_distribution == 'Alpine'"
        - "'3.22' in ansible_distribution_version"