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:
parent
e7d1e1ce33
commit
04a6494d04
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…
Reference in a new issue