Commit 9c030e04 by John Jarvis

state=latest -> state=present

this will speed up re-runs
parent 3157401e
......@@ -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