add gnome and display manager

This commit is contained in:
vincent 2020-11-04 18:26:05 +01:00
parent 5b4a04811e
commit 0de03cc4c3
2 changed files with 21 additions and 1 deletions

View File

@ -15,6 +15,7 @@ workstation_wm_soft:
- polkit-gnome
- picom
- albert
- gnome
workstation_base_soft:
- mpc
@ -48,3 +49,7 @@ workstation_aur_soft:
- jdownloader2
- mpdris2
# - hyper
- gnome-shell-extension-pop-shell-git
- pop-shell-shortcuts-git
workstation_Display_manger: gdm

View File

@ -21,9 +21,24 @@
aur:
name: "{{ workstation_aur_soft }}"
state: present
become: yes
become_user: aur_builder
#chech graphic card
- name: debug
debug:
msg: "{{ wm }} {{base}}"
- name: install display manager
pacman:
state: present
name: "{{ workstation_Display_manger }}"
when: workstation_Display_manger
- name: enable display manager
systemd:
name: "{{ workstation_Display_manger }}"
enables: true
become: yes
when: workstation_Display_manger