Skip to content
Snippets Groups Projects
Verified Commit 46a04b12 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed a wrong skip condition for Systemd unit files

parent aec84034
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@
- restart funkwhale
- name: "Start and enable {{ funkwhale_systemd_service_name }}-* services"
when: funkwhale_nginx_managed
become: true
systemd:
name: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment