summaryrefslogtreecommitdiffstats
path: root/desktop-common/tasks/main.yml
diff options
context:
space:
mode:
authorJonathan Bauer2021-05-19 10:27:42 +0200
committerJonathan Bauer2021-05-19 10:27:42 +0200
commitab5e0f5313ff6e100c6f310d10c3cfb05062ef79 (patch)
treef51fbe5390141d54d4f6ee68ba86c250962004fb /desktop-common/tasks/main.yml
parent[desktop-xfce4] xfce4 with bwlp modifications (diff)
downloadansible-bwlp-ab5e0f5313ff6e100c6f310d10c3cfb05062ef79.tar.gz
ansible-bwlp-ab5e0f5313ff6e100c6f310d10c3cfb05062ef79.tar.xz
ansible-bwlp-ab5e0f5313ff6e100c6f310d10c3cfb05062ef79.zip
[desktop-common] common desktop related files for DEs
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