ansible-osm-mapserver/roles/mapserver/handlers/main.yml

6 lines
100 B
YAML
Raw Permalink Normal View History

2020-09-29 02:57:15 +02:00
---
- name: handlerRestartApache
become: yes
service: name=apache2 state=restarted enabled=yes