ansible-role-grub/molecule/default/converge.yml

14 lines
254 B
YAML
Raw Normal View History

2020-05-18 13:51:01 +02:00
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: ansible-role-grub
grub_options:
- option: cgroup_enable
value: memory
2020-06-22 19:36:30 +02:00
- option: systemd.unified_cgroup_hierarchy
value: 0