In my case, an Ansible script broke. This is the task: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?
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
Statistics: Posted by Tinue — Wed Jan 31, 2024 7:39 am