From: Adam Kraitman Date: Tue, 19 Oct 2021 15:23:39 +0000 (+0300) Subject: Adding systemd to the list of packages to upgrade in centos_8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F655%2Fhead;p=ceph-cm-ansible.git Adding systemd to the list of packages to upgrade in centos_8 Fixes: https://tracker.ceph.com/issues/52923 Signed-off-by: Adam Kraitman --- diff --git a/roles/testnode/vars/centos_8_stream.yml b/roles/testnode/vars/centos_8_stream.yml new file mode 100644 index 00000000..f88b0f78 --- /dev/null +++ b/roles/testnode/vars/centos_8_stream.yml @@ -0,0 +1,5 @@ +--- +# vars specific to centos stream version 8.x + +packages_to_upgrade: + - systemd