|
|
@@ -1,17 +1,13 @@ |
|
|
|
--- |
|
|
|
|
|
|
|
- import_tasks: xfce.yaml |
|
|
|
- name: desktop packages |
|
|
|
apt: |
|
|
|
pkg: "{{ desktop_packages }}" |
|
|
|
|
|
|
|
- import_tasks: audio.yaml |
|
|
|
- import_tasks: bluetooth.yaml |
|
|
|
- import_tasks: editors.yaml |
|
|
|
- import_tasks: filesystem.yaml |
|
|
|
- import_tasks: graphic.yaml |
|
|
|
- import_tasks: mail.yaml |
|
|
|
- import_tasks: mindmap.yaml |
|
|
|
- import_tasks: multimedia.yaml |
|
|
|
- import_tasks: notifications.yaml |
|
|
|
- import_tasks: office.yaml |
|
|
|
- import_tasks: scanner.yaml |
|
|
|
- import_tasks: tools.yaml |
|
|
|
- import_tasks: web.yaml |
|
|
|
- import_role: |
|
|
|
name: atom_editor |
|
|
|
|
|
|
|
- name: ensure dunst package is absent for nicer notifications |
|
|
|
apt: |
|
|
|
pkg: dunst |
|
|
|
state: absent |