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:
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"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue