mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #453 from jvonau/osm-cgi
Proposed fix for OSM issue #448
This commit is contained in:
commit
29b2737082
1 changed files with 6 additions and 0 deletions
|
@ -71,6 +71,12 @@
|
||||||
osm_path: "{{ osm_venv }}/lib/python2.7/site-packages/iiab"
|
osm_path: "{{ osm_venv }}/lib/python2.7/site-packages/iiab"
|
||||||
when: osm_enabled and is_debuntu
|
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
|
- name: All - Copy IIAB config file
|
||||||
template: backup=no
|
template: backup=no
|
||||||
src=osm.conf.j2
|
src=osm.conf.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue