Fix syntax on grubby to remove the parameter
This commit is contained in:
		| @@ -77,7 +77,7 @@ | |||||||
|     - ' "systemd.unified_cgroup_hierarchy=0" in results.stdout ' |     - ' "systemd.unified_cgroup_hierarchy=0" in results.stdout ' | ||||||
|   shell: |   shell: | ||||||
|     cmd: | |     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' | - name: 'Reboot to disable cgroups v1' | ||||||
|   when: |   when: | ||||||
|     - results is defined |     - results is defined | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user