From e230aeaaaf9a4f0c889f615486d2f822283ff34c Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Mon, 23 Oct 2017 21:57:51 -0500 Subject: [PATCH] tighten up regexp --- roles/osm/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/osm/tasks/main.yml b/roles/osm/tasks/main.yml index cce9c7de3..e71dbda79 100644 --- a/roles/osm/tasks/main.yml +++ b/roles/osm/tasks/main.yml @@ -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