diff --git a/files/11-custom b/files/11-sysinfo similarity index 100% rename from files/11-custom rename to files/11-sysinfo diff --git a/tasks/motd.yml b/tasks/motd.yml index 517eb1f..f5aee17 100644 --- a/tasks/motd.yml +++ b/tasks/motd.yml @@ -1,8 +1,8 @@ --- - name: motd | copy custom motd copy: - src: 11-custom - dest: /etc/update-motd.d/11-custom + src: 11-sysinfo + dest: /etc/update-motd.d/11-sysinfo mode: '0755' - name: motd | copy reboot required script