mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-07 18:11:07 +02:00
14 lines
254 B
YAML
14 lines
254 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
roles:
|
|
- role: ansible-role-grub
|
|
grub_options:
|
|
- option: cgroup_enable
|
|
value: memory
|
|
- option: systemd.unified_cgroup_hierarchy
|
|
value: 0
|