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