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:
commit
9a517ac32f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue