Fetch fonts from local mirror for reliability.
This commit is contained in:
parent
6da010f89b
commit
fdda28f16f
1 changed files with 12 additions and 3 deletions
|
@ -1,4 +1,16 @@
|
||||||
---
|
---
|
||||||
|
- name: preseed packages
|
||||||
|
ansible.builtin.debconf:
|
||||||
|
name: ttf-mscorefonts-installer
|
||||||
|
question: "{{ item.q }}"
|
||||||
|
value: "{{ item.v }}"
|
||||||
|
vtype: string
|
||||||
|
loop:
|
||||||
|
- q: msttcorefonts/dlurl
|
||||||
|
v: http://livebox.pn.steinbeis.schule/mscorefonts/
|
||||||
|
- q: msttcorefonts/http_proxy
|
||||||
|
v:
|
||||||
|
|
||||||
- name: Install desktop EDU packages and some more
|
- name: Install desktop EDU packages and some more
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
|
@ -53,9 +65,6 @@
|
||||||
- sigrok-cli
|
- sigrok-cli
|
||||||
- codeblocks
|
- codeblocks
|
||||||
state: latest
|
state: latest
|
||||||
environment:
|
|
||||||
http_proxy: http://firewall.pn.steinbeis.schule:3128
|
|
||||||
https_proxy: http://firewall.pn.steinbeis.schule:3128
|
|
||||||
|
|
||||||
- name: Add {{ ansible_distribution_release }}-backports
|
- name: Add {{ ansible_distribution_release }}-backports
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
|
Loading…
Add table
Reference in a new issue