aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/tasks/main.yml
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-03-31 20:34:42 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-03-31 20:34:42 -0400
commit3f41f3f08ab3558eecaaaf97694f5b7268440809 (patch)
tree0b83b37a78c623b9c5545bf4e92890b9506d06a6 /roles/linux_desktop/tasks/main.yml
parent49f9fd75bde8f305281c88e4629c8f5fb4e6a188 (diff)
downloadselfhosted-3f41f3f08ab3558eecaaaf97694f5b7268440809.tar.gz
selfhosted-3f41f3f08ab3558eecaaaf97694f5b7268440809.zip
linux_desktop: remove MATE, add qogir theme
Diffstat (limited to 'roles/linux_desktop/tasks/main.yml')
-rw-r--r--roles/linux_desktop/tasks/main.yml15
1 files changed, 5 insertions, 10 deletions
diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml
index 857815e..8666668 100644
--- a/roles/linux_desktop/tasks/main.yml
+++ b/roles/linux_desktop/tasks/main.yml
@@ -36,22 +36,14 @@
dest: /etc/systemd/system/default.target
state: link
-- name: generate gdm configuration
- template:
- src: etc/gdm/custom.conf.j2
- dest: /etc/gdm/custom.conf
- notify: restart gdm
-
- name: check if graphical target is active
command: systemctl is-active graphical.target
register: graphical_target
changed_when: false
failed_when: false
-- name: start display manager
- command: systemctl isolate graphical.target
- when: graphical_target.rc != 0
- notify: restart gdm
+- name: configure display manager
+ include_tasks: '{{ linux_desktop_display_manager }}.yml'
- name: enable fractional scaling
copy:
@@ -108,4 +100,7 @@
src: usr/local/share/thumbnailers/totem.thumbnailer
dest: /usr/local/share/thumbnailers/totem.thumbnailer
+- import_tasks: theme.yml
+ tags: theme
+
- import_tasks: freeipa.yml