feat: remove motd file

This commit is contained in:
Simon Cornet 2025-12-14 14:00:25 +01:00
commit 51e4ca3843

View file

@ -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: