
We can directly pass a list of packages to the package task in ansible, this will help save us some times on run times. Change-Id: I9b26f4f4f9731dc7d32186584620f1cec04b7a81 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
6 lines
103 B
YAML
6 lines
103 B
YAML
- name: Install pip and virtualenv
|
|
package:
|
|
name:
|
|
- python3-pip
|
|
- python3-virtualenv
|