From: Oleg Broytman Date: Tue, 27 Dec 2022 09:16:17 +0000 (+0300) Subject: Feat(playbooks/debian/init-local-phd): Mount cgroups using `cgroupfs-mount` X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=559cb51c6b9f8b3237d576792af281d6a1fd8842 Feat(playbooks/debian/init-local-phd): Mount cgroups using `cgroupfs-mount` --- diff --git a/playbooks/debian/init-local-phd.yaml b/playbooks/debian/init-local-phd.yaml index 9e9663b..79f8ca4 100644 --- a/playbooks/debian/init-local-phd.yaml +++ b/playbooks/debian/init-local-phd.yaml @@ -36,7 +36,7 @@ install_recommends: no name: [ # System - 'acpi', 'hibernate', + 'acpi', 'cgroupfs-mount', 'hibernate', 'pinentry-gtk2', # for GnuPG 'pptp-linux', 'uswsusp', # Audio @@ -76,13 +76,6 @@ ] 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