From b33e0dd9cea7c1c9dc357df1354713386bbaef2d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 15 Jun 2020 14:34:45 -0500 Subject: [PATCH] Install pip3 on codesearch We were getting this from old test nodes and relying on it. But the new nodes show we're not actually installing it. Install it. Change-Id: I3b98041f46f3d3be9f2bd0da5b2f875fa0cef421 --- playbooks/service-codesearch.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/service-codesearch.yaml b/playbooks/service-codesearch.yaml index ac3c6bdead..27b2e4507d 100644 --- a/playbooks/service-codesearch.yaml +++ b/playbooks/service-codesearch.yaml @@ -4,5 +4,6 @@ roles: - iptables - sync-project-config + - pip3 - name: run-puppet manifest: /opt/system-config/production/manifests/codesearch.pp