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

This commit is contained in:
jens 2021-09-14 07:54:25 +00:00
parent ea7b73f80f
commit 676e464798
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"