diff --git a/tasks/alpine323.yaml b/tasks/alpine323.yaml index f51f149..34166c6 100644 --- a/tasks/alpine323.yaml +++ b/tasks/alpine323.yaml @@ -6,14 +6,14 @@ - "ansible_distribution == 'Alpine'" - "ansible_distribution_version == '3.22'" block: - + # change repositories - name: "change repositories" ansible.builtin.replace: path: "/etc/apk/repositories" regexp: 'v3\.22' replace: "v3.23" - + # update apk cache - name: "update apk cache" ansible.builtin.apk: @@ -24,7 +24,7 @@ ansible.builtin.apk: name: "apk-tools" state: "latest" - + # upgrade the rest - name: "upgrade the rest" ansible.builtin.apk: