diff --git a/tasks/python.yaml b/tasks/python.yaml index 14fb6f5..012bd2b 100644 --- a/tasks/python.yaml +++ b/tasks/python.yaml @@ -12,4 +12,7 @@ - name: install virtualenv sudo: yes - pip: name=virtualenv + pip: name={{ item }} state=present extra_args='--upgrade' + with_items: + - pip + - virtualenv