@@ -22,9 +22,6 @@ | |||||
- lightdm | - lightdm | ||||
- lightdm-gtk-greeter | - lightdm-gtk-greeter | ||||
- onboard | - onboard | ||||
- yad | |||||
- xbindkeys | |||||
- feh | |||||
notify: restart lightdm | notify: restart lightdm | ||||
- include: mainentance.yml | - include: mainentance.yml | ||||
@@ -1,5 +1,15 @@ | |||||
--- | --- | ||||
- name: install mainentance mode packages | |||||
apt: | |||||
pkg: "{{ item }}" | |||||
state: installed | |||||
with_items: | |||||
- yad | |||||
- xbindkeys | |||||
- feh | |||||
notify: restart lightdm | |||||
- name: mainentance user | - name: mainentance user | ||||
user: | user: | ||||
name: mainentance | name: mainentance | ||||