Commit 0f36b98c by John Jarvis

Merge pull request #195 from edx/jarv/virtulenv-present

state=latest -> state=present
parents 3157401e 9c030e04
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
- install - install
- name: pip install virtualenv - name: pip install virtualenv
pip: name=virtualenv state=latest pip: name=virtualenv state=present
tags: tags:
- venv_base - venv_base
- install - install
- name: pip install virtualenvwrapper - name: pip install virtualenvwrapper
pip: name=virtualenvwrapper state=latest pip: name=virtualenvwrapper state=present
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