ansible-ffibk/roles/service-nginx-openlayers/handlers/main.yml

6 lines
74 B
YAML
Raw Normal View History

2019-02-13 11:40:25 +01:00
---
- name: restart nginx
systemd:
name: nginx
state: restarted