1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

osm-vector-maps playbook: reload Apache at end

This commit is contained in:
A Holt 2019-07-07 22:19:02 -04:00 committed by GitHub
parent e7d1e1ce33
commit 04a6494d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,3 +90,8 @@
src: test-index.redirect
dest: "{{ vector_map_path }}/index.html"
#when: not osm_redirect.stat.exists
- name: Reload Apache service ({{ apache_service }}) # e.g. apache2
systemd:
name: "{{ apache_service }}"
state: reloaded