fix(banner): align MOTD star border and default motd to disabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user