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 @@
- install
- name: pip install virtualenv
pip: name=virtualenv state=latest
pip: name=virtualenv state=present
tags:
- venv_base
- install
- name: pip install virtualenvwrapper
pip: name=virtualenvwrapper state=latest
pip: name=virtualenvwrapper state=present
tags:
- venv_base
- 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