remove no warranty message
This commit is contained in:
parent
3161599a3a
commit
b72e4eafb4
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@
|
|||
backrefs: yes
|
||||
notify: restart_sshd
|
||||
|
||||
- name: delete "no warranty" - Message
|
||||
become: yes
|
||||
ansible.builtin.file:
|
||||
path: /etc/motd
|
||||
state: absent
|
||||
|
||||
- name: setup new motd
|
||||
become: yes
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Reference in a new issue