From 28084e72cb5066c6c1bfbdd70b38451e1eb3953f Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 14 Dec 2025 13:39:36 +0100 Subject: [PATCH] style: consistent version naming --- tasks/alpine323.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/alpine323.yaml b/tasks/alpine323.yaml index 34166c6..69d722e 100644 --- a/tasks/alpine323.yaml +++ b/tasks/alpine323.yaml @@ -1,7 +1,7 @@ --- -# 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'"