Add firefox role

Includes firefox localizations, fixes #11
This commit is contained in:
jalr 2018-10-23 20:48:06 +02:00
parent 99b461f552
commit 8181dab07c
2 changed files with 19 additions and 2 deletions

View file

@ -6,9 +6,10 @@
- role: superuser
- role: auth
- role: labsync
- role: network-manager
- role: windowmanager
- role: l10n
- role: network-manager
- role: firefox
- role: windowmanager
- role: inkscape
- role: fablab
- role: hardware
@ -42,6 +43,8 @@
metalcut:
socket: laser.lab.fablab-nea.de:9000
dockerimage: r.jalr.de/fablab/metalcut
firefox_language_packs:
- de
debian_sections:
- main
- contrib

View file

@ -0,0 +1,14 @@
- block:
- name: install firefox
apt:
name: [ firefox-esr ]
- name: install localizations
apt:
name: "firefox-esr-l10n-{{ item }}"
with_items:
- "{{ firefox_language_packs }}"
when: firefox_language_packs is defined
tags:
- firefox