rodič
revize
8ad9196ae1
3 změnil soubory, kde provedl 20 přidání a 12 odebrání
  1. +6
    -12
      tasks/main.yaml
  2. +3
    -0
      tasks/office.yaml
  3. +11
    -0
      tasks/web.yaml

+ 6
- 12
tasks/main.yaml Zobrazit soubor

@@ -1,22 +1,16 @@
--- ---


- import_role:
name: firefox

- import_role:
name: chromium

- import_role:
name: libreoffice

- import_tasks: xfce.yaml - import_tasks: xfce.yaml
- import_tasks: filesystem.yaml

- import_tasks: audio.yaml - import_tasks: audio.yaml
- import_tasks: bluetooth.yaml - import_tasks: bluetooth.yaml
- import_tasks: editors.yaml - import_tasks: editors.yaml
- import_tasks: filesystem.yaml
- import_tasks: graphic.yaml - import_tasks: graphic.yaml
- import_tasks: mail.yaml - import_tasks: mail.yaml
- import_tasks: scanner.yaml
- import_tasks: multimedia.yaml
- import_tasks: mindmap.yaml - import_tasks: mindmap.yaml
- import_tasks: multimedia.yaml
- import_tasks: notifications.yaml - import_tasks: notifications.yaml
- import_tasks: office.yaml
- import_tasks: scanner.yaml
- import_tasks: web.yaml

+ 3
- 0
tasks/office.yaml Zobrazit soubor

@@ -3,3 +3,6 @@
apt: apt:
pkg: pkg:
- evince - evince

- import_role:
name: libreoffice

+ 11
- 0
tasks/web.yaml Zobrazit soubor

@@ -0,0 +1,11 @@
---
- name: desktop web packages
apt:
pkg:
- webext-ublock-origin

- import_role:
name: firefox

- import_role:
name: chromium