Skip to content
Snippets Groups Projects
Commit feb56c48 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: 64bit kernel for raspbian

parent 1abdf726
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,11 @@
name: dphys-swapfile
enabled: false
state: stopped
- name: Use 64bit kernel
lineinfile:
insertafter: '^\[pi4\]$'
regexp: '^arm_64bit='
line: "arm_64bit=1"
path: /boot/config.txt
when: raspbian64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment