Use bindep role to install Python3 packages

Change-Id: I5b171b32b0c8dcd07a82cc56c52af801b89ed7d7
This commit is contained in:
Federico Ressi 2019-12-23 06:05:16 +01:00
parent 94de803520
commit 8b43a64d5e
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,8 @@
- hosts: all - hosts: all
roles: roles:
- role: bindep
- role: copy-build-sshkey - role: copy-build-sshkey
copy_sshkey_target_user: stack copy_sshkey_target_user: stack
@ -46,6 +48,7 @@
- hosts: tempest - hosts: tempest
roles: roles:
- role: tobiko - role: tobiko
tags: tags:
- tobiko-pre-run - tobiko-pre-run