Compare commits
2 commits
96252d64e4
...
0bdbe8bee9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0bdbe8bee9 | ||
|
|
a4a2b72bf0 |
4 changed files with 10 additions and 3 deletions
|
|
@ -16,7 +16,6 @@
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
loop:
|
loop:
|
||||||
- /etc/update-motd.d/10-uname
|
|
||||||
- /etc/update-motd.d/10-help-text
|
- /etc/update-motd.d/10-help-text
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1,6 @@
|
||||||
---
|
---
|
||||||
|
- name: Set public sources.list
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: sources.list
|
||||||
|
dest: /etc/apt/sources.list
|
||||||
|
mode: "0600"
|
||||||
|
|
|
||||||
3
roles/base/templates/sources.list.j2
Normal file
3
roles/base/templates/sources.list.j2
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
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