From 4a4a4fce83dc9d4ff48b8afad98057aa73a4c0b2 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Thu, 18 Jun 2026 14:55:14 +0200 Subject: [PATCH] motd - update script name --- files/{11-custom => 11-sysinfo} | 0 tasks/motd.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename files/{11-custom => 11-sysinfo} (100%) 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