Fix the configuration file name.

This commit is contained in:
Andrea Dell'Amico 2020-09-01 18:00:25 +02:00
parent 2301ec37c2
commit cb1b6102b3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
- name: Polynote configuration
block:
- name: Install the polynote configuration file
template: src=configuration.py.j2 dest={{ polynote_install_dir }}/configuration.py owner=root group={{ polynote_service_user }} mode='0440'
template: src=config.py.j2 dest={{ polynote_install_dir }}/config.py owner=root group={{ polynote_service_user }} mode='0440'
notify: Restart polynote
tags: [ 'polynote', 'polynote_configuration' ]