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:
parent
4fa823414c
commit
fc2e7dbe01
@ -3,3 +3,4 @@
|
||||
name:
|
||||
- python3-pip
|
||||
- python3-virtualenv
|
||||
state: present
|
||||
|
Loading…
x
Reference in New Issue
Block a user