Add new python roles to playbooks
With the latest infra update, the images used no longer contain python by default and projects are expected to use the new ensure roles to use packages as needed. This change adds some of the ensure roles to a few playbooks, additional cleanup can be done using these in future changes. Change-Id: Ie14ab297e71195d4fee070af253edf4d25ee5d27
This commit is contained in:
parent
e4167fd248
commit
26350f37aa
@ -19,6 +19,7 @@
|
||||
gather_facts: True
|
||||
become: yes
|
||||
roles:
|
||||
- ensure-pip
|
||||
- deploy-selenium
|
||||
tags:
|
||||
- deploy-selenium
|
||||
|
Loading…
Reference in New Issue
Block a user