diff --git a/tasks/main.yml b/tasks/main.yml index 623c11b..2b2d0e0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,9 +22,6 @@ - lightdm - lightdm-gtk-greeter - onboard - - yad - - xbindkeys - - feh notify: restart lightdm - include: mainentance.yml diff --git a/tasks/mainentance.yml b/tasks/mainentance.yml index 2ef3e67..3971da3 100644 --- a/tasks/mainentance.yml +++ b/tasks/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 user: name: mainentance