Another realistic example.

This commit is contained in:
Robert de Bock 2020-06-22 19:36:30 +02:00
parent 35d9bd08a1
commit a4862d3b97
2 changed files with 4 additions and 0 deletions

View file

@ -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`:

View file

@ -9,3 +9,5 @@
grub_options:
- option: cgroup_enable
value: memory
- option: systemd.unified_cgroup_hierarchy
value: 0