Compare commits
No commits in common. "0bdbe8bee96684731b4f6a932cb1906b12364aa3" and "96252d64e48f407edeb3dc9842a5ec101f904d12" have entirely different histories.
0bdbe8bee9
...
96252d64e4
4 changed files with 3 additions and 10 deletions
|
|
@ -16,6 +16,7 @@
|
|||
path: "{{ item }}"
|
||||
mode: "0644"
|
||||
loop:
|
||||
- /etc/update-motd.d/10-uname
|
||||
- /etc/update-motd.d/10-help-text
|
||||
ignore_errors: true
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1 @@
|
|||
---
|
||||
- name: Set public sources.list
|
||||
ansible.builtin.template:
|
||||
src: sources.list
|
||||
dest: /etc/apt/sources.list
|
||||
mode: "0600"
|
||||
---
|
||||
|
|
@ -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 ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
deb http://ftp.caliu.cat/ubuntu noble main restricted universe multiverse
|
||||
deb http://ftp.caliu.cat/ubuntu noble-updates main restricted universe multiverse
|
||||
deb http://ftp.caliu.cat/ubuntu noble-security main restricted universe multiverse
|
||||
Loading…
Reference in a new issue