Fix the configuration file name.
This commit is contained in:
parent
2301ec37c2
commit
cb1b6102b3
|
@ -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' ]
|
||||
|
|
Loading…
Reference in New Issue