Skip to content
Snippets Groups Projects
Commit c1b61b24 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: More WMs, disable shutdown buttons

parent 2a401562
No related branches found
No related tags found
No related merge requests found
...@@ -32,10 +32,17 @@ ...@@ -32,10 +32,17 @@
- ghostscript - ghostscript
- imagemagick - imagemagick
- gnome-screensaver - gnome-screensaver
- i3-wm
- dunst
- xmonad
- ghc
- libghc-xmonad-dev
- libghc-xmonad-contrib-dev
- xmobar
- rxvt-unicode
install_recommends: false install_recommends: false
- name: - name:
apt: apt:
state: absent state: absent
...@@ -83,3 +90,6 @@ ...@@ -83,3 +90,6 @@
ResultAny=no ResultAny=no
ResultInactive=no ResultInactive=no
ResultActive=no ResultActive=no
- name: "Disable power off by GDM3"
command: "gsettings set org.gnome.login-screen disable-restart-buttons true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment