Revert to building keanu-weblite to override default config

This commit is contained in:
Ana Custura 2026-01-23 13:24:19 +00:00
parent 8e4c55a82e
commit 92b589ee67
2 changed files with 44 additions and 22 deletions

View file

@ -168,11 +168,11 @@
- name: Copy public room script
template:
src: templates/create_public_room.sh.j2
dest: /home/pi/create_public_room.sh
dest: "/home/{{ butter_user }}/create_public_room.sh"
mode: '0755'
- name: Run the create_public_room.sh script
command: /home/pi/create_public_room.sh
command: "/home/{{ butter_user }}/create_public_room.sh"
register: room_creation
ignore_errors: false