remove no warranty message

This commit is contained in:
Michael Grote 2021-02-22 13:11:22 +01:00
parent 3161599a3a
commit b72e4eafb4

View file

@ -42,6 +42,12 @@
backrefs: yes backrefs: yes
notify: restart_sshd notify: restart_sshd
- name: delete "no warranty" - Message
become: yes
ansible.builtin.file:
path: /etc/motd
state: absent
- name: setup new motd - name: setup new motd
become: yes become: yes
ansible.builtin.template: ansible.builtin.template: