Skip to content

Instantly share code, notes, and snippets.

@nleiva
Last active July 9, 2021 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nleiva/3af3de3b8093e44fa241d00998932ac7 to your computer and use it in GitHub Desktop.
Save nleiva/3af3de3b8093e44fa241d00998932ac7 to your computer and use it in GitHub Desktop.
- name: Configure systemd.unified_cgroup_hierarchy=0 in kernelopts
ansible.builtin.command:
cmd: grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
notify: Reboot machine
when: ansible_distribution == "Fedora"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment