1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #1837 from holta/box-maps-url-keeps-getting-wiped

osm-vector-maps playbook: reload Apache at end
This commit is contained in:
A Holt 2019-07-07 22:28:25 -04:00 committed by GitHub
commit 9a517ac32f
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