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
This commit is contained in:
Michal Nasiadka 2024-10-25 11:09:09 +02:00
parent 49cebeaf4d
commit 8afa0999e3

View File

@ -18,5 +18,6 @@
name:
- cephadm
- python3-jinja2
- python3-yaml
install_recommends: False
become: True