Merge branch 'fonts' into 'master'

Add google fonts

Closes #14

See merge request fablab/labsync!54
This commit is contained in:
Simon Bruder 2019-11-01 17:40:07 +00:00
commit 1d7af34c83
4 changed files with 19 additions and 1 deletions

View file

@ -15,6 +15,7 @@
- role: hardware
- role: docker
- role: cups
- role: fonts
vars:
auth:
sudo:

View file

@ -0,0 +1,11 @@
---
- name: create google fonts directory
file:
path: /usr/local/share/fonts/google/
state: directory
- name: install google fonts
unarchive:
src: https://github.com/google/fonts/archive/master.tar.gz
dest: /usr/local/share/fonts/google/
remote_src: yes

View file

@ -0,0 +1,7 @@
---
- block:
- import_tasks: google.yml
tags:
- fonts:google
tags:
- fonts

View file

@ -4,7 +4,6 @@
name:
- lightdm
- lightdm-gtk-greeter
- fonts-roboto
state: present
- name: get background image for lightdm