mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
More yamllint cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Check if cgroups enabled
|
- name: Check if cgroups enabled
|
||||||
shell: cat /boot/firmware/cmdline.txt | grep cgroup
|
shell: cat /boot/firmware/cmdline.txt | grep cgroup
|
||||||
register: cgroup_enabled
|
register: cgroup_enabled
|
||||||
@@ -32,4 +31,3 @@
|
|||||||
when:
|
when:
|
||||||
- ansible_distribution == 'Ubuntu'
|
- ansible_distribution == 'Ubuntu'
|
||||||
- cgroup_running.stdout == ""
|
- cgroup_running.stdout == ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user