1
0
Fork 0
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:
Jerry Vonau 2017-10-23 20:18:26 -05:00
parent b0fb67af9d
commit b0fb07c650

View file

@ -73,8 +73,8 @@
- 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*"
line='path_to_virtualenv = /usr/local/osm' line="path_to_virtualenv = '/usr/local/osm'"
state=present state=present
- name: All - Copy IIAB config file - name: All - Copy IIAB config file