Browse Source
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>changes/41/597241/3
4 changed files with 12 additions and 17 deletions
@ -1,6 +1,5 @@
|
||||
- name: Install pip and virtualenv |
||||
package: |
||||
name: "{{ item }}" |
||||
loop: |
||||
- python3-pip |
||||
- python3-virtualenv |
||||
name: |
||||
- python3-pip |
||||
- python3-virtualenv |
||||
|
Loading…
Reference in new issue