Commit 9c030e04 by John Jarvis

state=latest -> state=present

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