mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-07 18:11:07 +02:00
Another realistic example.
This commit is contained in:
parent
35d9bd08a1
commit
a4862d3b97
|
@ -21,6 +21,8 @@ This example is taken from `molecule/resources/converge.yml` and is tested on ea
|
|||
grub_options:
|
||||
- option: cgroup_enable
|
||||
value: memory
|
||||
- option: systemd.unified_cgroup_hierarchy
|
||||
value: 0
|
||||
```
|
||||
|
||||
The machine may need to be prepared using `molecule/resources/prepare.yml`:
|
||||
|
|
|
@ -9,3 +9,5 @@
|
|||
grub_options:
|
||||
- option: cgroup_enable
|
||||
value: memory
|
||||
- option: systemd.unified_cgroup_hierarchy
|
||||
value: 0
|
||||
|
|
Loading…
Reference in a new issue