Skip to content

Commit

Permalink
ddebug: Uncomment some tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Oct 26, 2023
1 parent bb4ee00 commit 02f2087
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ansible/roles/system/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
tags:
- touches_boot_partition

- name: Comment out the original dtoverlay config.
ansible.builtin.replace:
dest: /boot/config.txt
regexp: ^(dtoverlay=vc4-kms-v3d)$
replace: '#\1'
# - name: Comment out the original dtoverlay config.
# ansible.builtin.replace:
# dest: /boot/config.txt
# regexp: ^(dtoverlay=vc4-kms-v3d)$
# replace: '#\1'

- name: Add FKMS config for Pi 4.
ansible.builtin.lineinfile:
path: /boot/config.txt
insertafter: '^\[pi4\]$'
line: dtoverlay=vc4-fkms-v3d
# - name: Add FKMS config for Pi 4.
# ansible.builtin.lineinfile:
# path: /boot/config.txt
# insertafter: '^\[pi4\]$'
# line: dtoverlay=vc4-fkms-v3d

# TODO NICO: Uncomment the rest of this file gradually.
# - name: Backup kernel boot args
Expand Down

0 comments on commit 02f2087

Please sign in to comment.