Make the pip3 role really install something

It seems that the package module doesn't have a default value for the
state of a package. So not specifying it is essentially a no-op. Specify
state: present so that we really get the packages installed that we want
to have.

Change-Id: Ied9484c74922b9f48e14205b73ca95066a68a87f
This commit is contained in:
Jens Harbott 2018-10-31 15:21:33 +00:00
parent 4fa823414c
commit fc2e7dbe01
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@
name: name:
- python3-pip - python3-pip
- python3-virtualenv - python3-virtualenv
state: present