mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-26 00:22:36 +01:00
Enable skipping bootcmd verification in Raspberry PI (#300)
* Enable skipping bootcmd verification in Raspberry PI Signed-off-by: Jose Luis Pedrosa <jlpedrosa@gmail.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
committed by
GitHub
parent
9c8ba5c155
commit
1e266a52f9
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Enable cgroup via boot commandline if not already enabled
|
- name: Enable cgroup via boot commandline if not already enabled
|
||||||
|
when: lookup('fileglob', '/boot/firmware/cmdline.txt', errors='warn') | length == 0
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /boot/firmware/cmdline.txt
|
path: /boot/firmware/cmdline.txt
|
||||||
backrefs: true
|
backrefs: true
|
||||||
|
|||||||
Reference in New Issue
Block a user