X-Git-Url: https://git.phdru.name/?p=ansible.git;a=blobdiff_plain;f=playbooks%2Fdebian%2Finit-local-phd.yml;h=9bf3ac3830f11c1c74feb258406504a3a6d1a695;hp=1b24d801a94cc009836cd9d8cf908eb122be138b;hb=412c5f3f80f4aadecce7e27f6d0f8616a665f48d;hpb=07d688c691bb93ddc29bdd4d3479b847a830d3ca diff --git a/playbooks/debian/init-local-phd.yml b/playbooks/debian/init-local-phd.yml index 1b24d80..9bf3ac3 100644 --- a/playbooks/debian/init-local-phd.yml +++ b/playbooks/debian/init-local-phd.yml @@ -19,14 +19,15 @@ user: name: phd groups: "{{ system_groups }}" - - name: Install X11 + - name: Install packages become: true apt: autoclean: yes autoremove: yes cache_valid_time: 3600 install_recommends: no - name: ['fvwm', 'pulseaudio', 'rxvt-unicode', + name: ['fvwm', 'hibernate', 'mpv', 'pavucontrol', 'pulseaudio', + 'rxvt-unicode', 'uswsusp', 'x11-apps', 'x11-xserver-utils', 'xbindkeys', 'xinit', 'xli', 'xloadimage', 'xorg', 'xscreensaver', 'xserver-xorg', 'xserver-xorg-input-kbd', 'xserver-xorg-input-mouse',