Commit 98d76f22 by Feanil Patel

Use Jinja templating syntax.

parent 45d5d01a
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
- install - install
- name: create edx virtualenv directory - name: create edx virtualenv directory
file: path=$venv_dir owner=ubuntu group=adm mode=2775 state=directory file: path={{ venv_dir }} owner=ubuntu group=adm mode=2775 state=directory
tags: tags:
- venv_base - venv_base
- install - install
- name: create the edx virtualenv directory initial contents - name: create the edx virtualenv directory initial contents
command: /usr/local/bin/virtualenv $venv_dir --distribute creates=$venv_dir/bin/activate command: /usr/local/bin/virtualenv {{ venv_dir }} --distribute creates=$venv_dir/bin/activate
tags: tags:
- venv_base - venv_base
- install - install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment