add gnome and display manager
This commit is contained in:
parent
5b4a04811e
commit
0de03cc4c3
@ -15,6 +15,7 @@ workstation_wm_soft:
|
|||||||
- polkit-gnome
|
- polkit-gnome
|
||||||
- picom
|
- picom
|
||||||
- albert
|
- albert
|
||||||
|
- gnome
|
||||||
|
|
||||||
workstation_base_soft:
|
workstation_base_soft:
|
||||||
- mpc
|
- mpc
|
||||||
@ -47,4 +48,8 @@ workstation_aur_soft:
|
|||||||
# - filebot
|
# - filebot
|
||||||
- jdownloader2
|
- jdownloader2
|
||||||
- mpdris2
|
- mpdris2
|
||||||
# - hyper
|
# - hyper
|
||||||
|
- gnome-shell-extension-pop-shell-git
|
||||||
|
- pop-shell-shortcuts-git
|
||||||
|
|
||||||
|
workstation_Display_manger: gdm
|
@ -21,9 +21,24 @@
|
|||||||
aur:
|
aur:
|
||||||
name: "{{ workstation_aur_soft }}"
|
name: "{{ workstation_aur_soft }}"
|
||||||
state: present
|
state: present
|
||||||
|
become: yes
|
||||||
|
become_user: aur_builder
|
||||||
|
|
||||||
#chech graphic card
|
#chech graphic card
|
||||||
- name: debug
|
- name: debug
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ wm }} {{base}}"
|
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