add gnome and display manager
This commit is contained in:
parent
5b4a04811e
commit
0de03cc4c3
@ -15,6 +15,7 @@ workstation_wm_soft:
|
||||
- polkit-gnome
|
||||
- picom
|
||||
- albert
|
||||
- gnome
|
||||
|
||||
workstation_base_soft:
|
||||
- mpc
|
||||
@ -47,4 +48,8 @@ workstation_aur_soft:
|
||||
# - filebot
|
||||
- jdownloader2
|
||||
- mpdris2
|
||||
# - hyper
|
||||
# - hyper
|
||||
- gnome-shell-extension-pop-shell-git
|
||||
- pop-shell-shortcuts-git
|
||||
|
||||
workstation_Display_manger: gdm
|
@ -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
|
Loading…
Reference in New Issue
Block a user