From 450a362e9f0c7e62f423143f78e5fe6d5f0ec8ae Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 20 Dec 2020 17:23:52 -0600 Subject: [PATCH] Fix syntax on grubby to remove the parameter --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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