Revert to building keanu-weblite to override default config
This commit is contained in:
parent
8e4c55a82e
commit
92b589ee67
2 changed files with 44 additions and 22 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue