Skip to content
Snippets Groups Projects
Unverified Commit 0234dbef authored by Agate's avatar Agate :speech_balloon:
Browse files

Fixed broken conditional

parent ade60132
No related branches found
No related tags found
No related merge requests found
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
- name: Append custom settings to production.py, if any - name: Append custom settings to production.py, if any
become: true become: true
become_user: "{{ funkwhale_username }}" become_user: "{{ funkwhale_username }}"
when: "funkwhale_custom_settings|bool" when: "funkwhale_custom_settings != none"
blockinfile: blockinfile:
path: "{{ funkwhale_install_path }}/api/config/settings/production.py" path: "{{ funkwhale_install_path }}/api/config/settings/production.py"
insertafter: "EOF" insertafter: "EOF"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment