From 6eaa15a0d4253565914c78745c9eee545912f81e Mon Sep 17 00:00:00 2001 From: Ronggo Radityo Date: Fri, 20 Aug 2021 19:18:42 +0700 Subject: [PATCH] update debian 11 --- meta/main.yml | 1 + templates/etc/update-motd.d/80-reboot.j2 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index a0a396b..51bea2e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -20,6 +20,7 @@ galaxy_info: - 8 - 9 - 10 + - 11 galaxy_tags: - linux diff --git a/templates/etc/update-motd.d/80-reboot.j2 b/templates/etc/update-motd.d/80-reboot.j2 index 56a6ad3..6503abd 100644 --- a/templates/etc/update-motd.d/80-reboot.j2 +++ b/templates/etc/update-motd.d/80-reboot.j2 @@ -9,7 +9,7 @@ undim="\e[0m" if [ -f /var/run/reboot-required ]; then echo - echo -e "${red}<<================= REBOOT REQUIRED =====================>" + echo -e "${red}<<================= ${green}REBOOT REQUIRED${red} =====================>" echo echo -e "${white}Packages causing reboot:${dim}" cat -n /var/run/reboot-required.pkgs