From db19dcc5a54ce19b9fd7ce4e0358c0dd93166de5 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 16 May 2019 13:31:48 -0700 Subject: [PATCH] centos7: add python3 Specifically, python3.6 (python 3.6.8 at time of this commit) from package `python36`. PR-URL: https://github.com/nodejs/build/pull/1800 Reviewed-By: Richard Lau Reviewed-By: Michael Dawson --- .../roles/jenkins-worker/tasks/partials/tap2junit/centos7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/jenkins-worker/tasks/partials/tap2junit/centos7.yml b/ansible/roles/jenkins-worker/tasks/partials/tap2junit/centos7.yml index 873fef8cc..561a0f189 100644 --- a/ansible/roles/jenkins-worker/tasks/partials/tap2junit/centos7.yml +++ b/ansible/roles/jenkins-worker/tasks/partials/tap2junit/centos7.yml @@ -1,7 +1,7 @@ --- # -# centos7: python2.7 is default +# centos7: python2.7 is default, python36 (the package name) is available # - name: install required packages @@ -9,7 +9,7 @@ loop_control: loop_var: package with_items: - - python-setuptools + - python-setuptools, python36 - name: install tap2junit raw: easy_install tap2junit