Update 'handlers/main.yml'
continuous-integration/drone Build is failing Details

This commit is contained in:
jens 2021-09-14 07:48:07 +00:00
parent ec32c9d152
commit ea7b73f80f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- name: "Restart djangapp"
service:
name: {{ django_appname }}
name: "{{ django_appname }}""
state: restarted
when: ansible_service_mgr == "systemd"