From 8afa0999e385c21555959ec174e2b008c5fe617d Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 25 Oct 2024 11:09:09 +0200 Subject: [PATCH] CI: cephadm: Add python3-yaml to Ubuntu packages Ubuntu package does not have that in dependencies and cephadm fails without that. See [1]. [1]: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/2085603 Change-Id: I5124f7078e15645979b68986dceb51948c89a520 --- roles/cephadm/tasks/pkg_debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/cephadm/tasks/pkg_debian.yml b/roles/cephadm/tasks/pkg_debian.yml index 86f6eddd70..da1747982d 100644 --- a/roles/cephadm/tasks/pkg_debian.yml +++ b/roles/cephadm/tasks/pkg_debian.yml @@ -18,5 +18,6 @@ name: - cephadm - python3-jinja2 + - python3-yaml install_recommends: False become: True