]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
testnode: Fix CentOS 8 Stream packages list 675/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 5 Apr 2022 15:07:25 +0000 (11:07 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 5 Apr 2022 15:08:46 +0000 (11:08 -0400)
commit62f3a3d67b3dfc4c029f9ceb53bf05bd480925d3
treedc7fab28d5accd5a82df65da259257b23f2b52dd
parent89f54b6e1ff28cb3624335e7992977ad2e32c0de
testnode: Fix CentOS 8 Stream packages list

I guess we were relying on a bug for the past few months. What would happen is centos_8.yml would get pulled in and the `packages` list got populated. Then later when we detect this is CentOS Stream, centos_8_stream.yml would get pulled in which overrode the original `packages` list.

Fixes: https://tracker.ceph.com/issues/55177
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/vars/centos_8_stream.yml