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