ansible-osm-mapserver/roles/mapserver/handlers/main.yml
2020-09-29 02:57:15 +02:00

5 lines
100 B
YAML

---
- name: handlerRestartApache
become: yes
service: name=apache2 state=restarted enabled=yes