fix(banner): align MOTD star border and default motd to disabled

This commit is contained in:
2026-02-11 07:57:58 +01:00
parent 37130da17b
commit cd34b41862
2 changed files with 3 additions and 4 deletions

View File

@@ -5,10 +5,9 @@
- name: Create MOTD file
ansible.builtin.copy:
content: |
***************************************************************************
********************************************************************
* AUTHORIZED ACCESS ONLY. ALL ACTIVITIES ARE MONITORED AND LOGGED. *
* *
***************************************************************************
********************************************************************
dest: /mnt/etc/motd
mode: "0644"
owner: root