Commit 51e4ca38 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: remove motd file

parent 4e316ebf
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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: