]> git.phdru.name Git - ansible.git/commitdiff
Feat(playbooks/debian/init-local-phd): Mount cgroups using `cgroupfs-mount`
authorOleg Broytman <phd@phdru.name>
Tue, 27 Dec 2022 09:16:17 +0000 (12:16 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 27 Dec 2022 09:16:17 +0000 (12:16 +0300)
playbooks/debian/init-local-phd.yaml

index 9e9663b088ce218c1d2a70bb66d67b2f8301ba58..79f8ca47ff2822dbac3442d7d6a6bf2959663af2 100644 (file)
@@ -36,7 +36,7 @@
         install_recommends: no
         name: [
           # System
-          'acpi', 'hibernate',
+          'acpi', 'cgroupfs-mount', 'hibernate',
           'pinentry-gtk2', # for GnuPG
           'pptp-linux', 'uswsusp',
           # Audio
         ]
         state: latest
         update_cache: yes
-    - name: Mount cgroups
-      mount:
-        path: /sys/fs/cgroup
-        src: none
-        opts: memory
-        state: mounted
-        fstype: cgroup
     - name: Mount webdav.yandex.ru
       mount:
         path: /mnt