mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-21 00:31:42 +02:00
12 lines
184 B
YAML
12 lines
184 B
YAML
|
---
|
||
|
- name: Converge
|
||
|
hosts: all
|
||
|
become: yes
|
||
|
gather_facts: yes
|
||
|
|
||
|
roles:
|
||
|
- role: ansible-role-grub
|
||
|
grub_options:
|
||
|
- option: cgroup_enable
|
||
|
value: memory
|