Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5313

Raspberry Pi OS • Re: /boot/config.txt symlink changed to file

$
0
0
Understood, but what issue has popped up now that was apparently invisible to those of us who tested it prior to release, and in the couple of months since?
In my case, an Ansible script broke. This is the task:

Code:

- name: Disable wlan  become: true  ansible.builtin.lineinfile:    path: /boot/config.txt    firstmatch: true    insertafter: ".*overlays/README$"    regexp: "^dtoverlay=disable-wifi"    line: dtoverlay=disable-wifi    state: present  notify:    - Reboot pi
I noticed that something is wrong when Ansible reported a change, and rebooted the Pi. I found a very short '/boot/config.txt' with the added line.

Statistics: Posted by Tinue — Wed Jan 31, 2024 7:39 am



Viewing all articles
Browse latest Browse all 5313

Trending Articles