Skip to content

Commit

Permalink
[ansible/mark2] Fix hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Dec 3, 2024
1 parent 8ab79a6 commit 79ef468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_hardware_mark1/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- name: Manage TTY and soundcard overlays
ansible.builtin.lineinfile:
path: /boot/firmware/config.txt
path: "{{ _boot_directory }}/config.txt"
regexp: "^{{ item }}"
line: "{{ item }}"
notify: Set Reboot
Expand Down

0 comments on commit 79ef468

Please sign in to comment.