mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
tighten up regexp
This commit is contained in:
parent
b0fb07c650
commit
e230aeaaaf
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
|
||||
- name: All - Point wsgi to virtual environment
|
||||
lineinfile: dest={{ osm_venv }}/bin/iiab.wsgi
|
||||
regexp="path_to_virtualenv*"
|
||||
regexp="path_to_virtualenv = None"
|
||||
line="path_to_virtualenv = '/usr/local/osm'"
|
||||
state=present
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue