diff --git a/tasks/main.yml b/tasks/main.yml index 6dfe258..ac269d9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -77,7 +77,7 @@ - ' "systemd.unified_cgroup_hierarchy=0" in results.stdout ' shell: cmd: | - grubby --update-kernel=ALL --remove args=systemd.unified_cgroup_hierarchy=0 + grubby --update-kernel=ALL --remove-args=systemd.unified_cgroup_hierarchy=0 - name: 'Reboot to disable cgroups v1' when: - results is defined