diff --git a/roles/base/tasks/motd.yml b/roles/base/tasks/motd.yml index 147a452..dc1b0d3 100644 --- a/roles/base/tasks/motd.yml +++ b/roles/base/tasks/motd.yml @@ -16,7 +16,6 @@ path: "{{ item }}" mode: "0644" loop: - - /etc/update-motd.d/10-uname - /etc/update-motd.d/10-help-text ignore_errors: true diff --git a/roles/base/templates/99-template-homelab.j2 b/roles/base/templates/99-template-homelab.j2 index 3c6efe9..0ee14ef 100644 --- a/roles/base/templates/99-template-homelab.j2 +++ b/roles/base/templates/99-template-homelab.j2 @@ -26,7 +26,7 @@ UPDATES="$(apt list --upgradable 2>/dev/null | grep -c upgradable || true)" echo "" echo -e "${BOLD}${BLUE}┌──────────────────────────────────────────────┐${RESET}" -echo -e "${BOLD}${BLUE}│ {{ motd_title | default('LXC CONTAINER') }} │${RESET}" +echo -e "${BOLD}${BLUE}│ {{ motd_title | default('LXC CONTAINER') }} │${RESET}" echo -e "${BOLD}${BLUE}└──────────────────────────────────────────────┘${RESET}" echo ""