]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-local-phd): Install more packages
authorOleg Broytman <phd@phdru.name>
Thu, 26 Mar 2020 21:58:30 +0000 (00:58 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 28 Mar 2020 18:22:29 +0000 (21:22 +0300)
Install `hibernate` and `uswsusp`.

playbooks/debian/init-local-phd.yml

index 1b24d801a94cc009836cd9d8cf908eb122be138b..9bf3ac3830f11c1c74feb258406504a3a6d1a695 100644 (file)
       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',