From 502e8c9eaa3c892f4af74a1e090915bf17f44185 Mon Sep 17 00:00:00 2001 From: Adam Kraitman Date: Tue, 19 Oct 2021 18:23:39 +0300 Subject: [PATCH] Adding systemd to the list of packages to upgrade in centos_8 Fixes: https://tracker.ceph.com/issues/52923 Signed-off-by: Adam Kraitman --- roles/testnode/vars/centos_8_stream.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/testnode/vars/centos_8_stream.yml diff --git a/roles/testnode/vars/centos_8_stream.yml b/roles/testnode/vars/centos_8_stream.yml new file mode 100644 index 0000000..f88b0f7 --- /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 -- 2.39.5