From 26350f37aa36b64e04f15499d0111db8baf08fab Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Fri, 19 Jun 2020 10:09:13 -0500 Subject: [PATCH] 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 --- playbooks/osh-infra-deploy-selenium.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/osh-infra-deploy-selenium.yaml b/playbooks/osh-infra-deploy-selenium.yaml index 7169d2d0d..650507b95 100644 --- a/playbooks/osh-infra-deploy-selenium.yaml +++ b/playbooks/osh-infra-deploy-selenium.yaml @@ -19,6 +19,7 @@ gather_facts: True become: yes roles: + - ensure-pip - deploy-selenium tags: - deploy-selenium