From: Sage Weil Date: Mon, 16 Dec 2019 13:44:05 +0000 (-0600) Subject: temporarily require python3-pytz X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F505%2Fhead;p=ceph-cm-ansible.git temporarily require python3-pytz This is until the python3-tempora package is fixed Signed-off-by: Sage Weil --- 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: []