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

Fixed broken conditional

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