From 412c5f3f80f4aadecce7e27f6d0f8616a665f48d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 27 Mar 2020 00:58:30 +0300 Subject: [PATCH] Feat(init-local-phd): Install more packages Install `hibernate` and `uswsusp`. --- playbooks/debian/init-local-phd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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', -- 2.39.2