Loading tasks/alpine323.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ ansible.builtin.reboot: msg: "Upgrade Alpine to v3.23" # remove motd - name: "remove motd" ansible.builtin.file: path: "/etc/motd" state: "absent" # clean apk cache - name: "clean apk cache" ansible.builtin.command: Loading Loading
tasks/alpine323.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ ansible.builtin.reboot: msg: "Upgrade Alpine to v3.23" # remove motd - name: "remove motd" ansible.builtin.file: path: "/etc/motd" state: "absent" # clean apk cache - name: "clean apk cache" ansible.builtin.command: Loading