More yamllint cleanup

This commit is contained in:
David Putzolu 2020-05-22 11:40:26 -07:00
parent bb0a63863a
commit 58d847a78e

View File

@ -1,5 +1,4 @@
---
- name: Check if cgroups enabled
shell: cat /boot/firmware/cmdline.txt | grep cgroup
register: cgroup_enabled
@ -32,4 +31,3 @@
when:
- ansible_distribution == 'Ubuntu'
- cgroup_running.stdout == ""