From 51e4ca3843fc0c056f74861c3737f1cc800d8173 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 14 Dec 2025 14:00:25 +0100 Subject: [PATCH] feat: remove motd file --- tasks/alpine323.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/alpine323.yaml b/tasks/alpine323.yaml index e90ba7f..db9762e 100644 --- a/tasks/alpine323.yaml +++ b/tasks/alpine323.yaml @@ -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: