summaryrefslogtreecommitdiffstats
path: root/desktop-common/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-common/tasks/main.yml')
-rw-r--r--desktop-common/tasks/main.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/desktop-common/tasks/main.yml b/desktop-common/tasks/main.yml
new file mode 100644
index 0000000..f2b43fe
--- /dev/null
+++ b/desktop-common/tasks/main.yml
@@ -0,0 +1,18 @@
+- name: Prevent installation of unwanted packages
+ include_role:
+ name: dummy-package
+ vars:
+ dummy_packages:
+ - plymouth
+ - popularity-contest
+ - unattended-upgrades
+ - ubuntu-release-upgrader-gtk
+ - ubuntu-release-upgrader-core
+ - update-manager
+ - update-manager-core
+
+- name: Copy static files common to all desktop environments
+ copy:
+ src: files/
+ dest: /
+ become: yes