Commit 28084e72 authored by Simon Cornet's avatar Simon Cornet
Browse files

style: consistent version naming

parent 402a5e2b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---

# these set of tasks will upgrade Alpine from 3.22 to 3.23
- name: "upgrade to alpine 3.23"
# these set of tasks will upgrade Alpine from v3.22 to v3.23
- name: "upgrade to alpine v3.23"
  when:
    - "ansible_distribution == 'Alpine'"
    - "ansible_distribution_version == '3.22'"