10 lines
218 B
YAML
10 lines
218 B
YAML
---
|
|
- name: Add boot parameters
|
|
ansible.builtin.lineinfile:
|
|
path: /boot/loader/entries/arch.conf
|
|
line: >-
|
|
options
|
|
cgroup_enable=memory
|
|
swapaccount=1
|
|
systemd.unified_cgroup_hierarchy=0
|