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

This commit is contained in:
jens 2021-09-14 10:14:53 +00:00
parent bca4445daf
commit 45d2d2fc87
1 changed files with 1 additions and 1 deletions

View File

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