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

Merge pull request #453 from jvonau/osm-cgi

Proposed fix for OSM issue #448
This commit is contained in:
A Holt 2017-10-24 13:01:12 -04:00 committed by GitHub
commit 29b2737082

View file

@ -71,6 +71,12 @@
osm_path: "{{ osm_venv }}/lib/python2.7/site-packages/iiab"
when: osm_enabled and is_debuntu
- name: All - Point wsgi to virtual environment
lineinfile: dest={{ osm_venv }}/bin/iiab.wsgi
regexp="path_to_virtualenv = None"
line="path_to_virtualenv = '/usr/local/osm'"
state=present
- name: All - Copy IIAB config file
template: backup=no
src=osm.conf.j2