From c30578f18e7eb751eea840d9788cf6708b210a80 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 16 Dec 2019 07:44:05 -0600 Subject: [PATCH] temporarily require python3-pytz This is until the python3-tempora package is fixed Signed-off-by: Sage Weil --- roles/testnode/vars/centos_8.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/testnode/vars/centos_8.yml b/roles/testnode/vars/centos_8.yml index a2952d0..74f1f23 100644 --- a/roles/testnode/vars/centos_8.yml +++ b/roles/testnode/vars/centos_8.yml @@ -42,6 +42,8 @@ packages: # for workunits, - gcc - git + # until python3-tempora is fixed, + - python3-pytz epel_packages: [] -- 2.39.5