1
0
Fork 0
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:
Jerry Vonau 2017-10-23 21:57:51 -05:00
parent b0fb07c650
commit e230aeaaaf

View file

@ -73,7 +73,7 @@
- name: All - Point wsgi to virtual environment - name: All - Point wsgi to virtual environment
lineinfile: dest={{ osm_venv }}/bin/iiab.wsgi lineinfile: dest={{ osm_venv }}/bin/iiab.wsgi
regexp="path_to_virtualenv*" regexp="path_to_virtualenv = None"
line="path_to_virtualenv = '/usr/local/osm'" line="path_to_virtualenv = '/usr/local/osm'"
state=present state=present