From 141b37fdd103bb65710e40e24859bf85d499b5fe Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 14 Jul 2021 17:01:28 +0300 Subject: [PATCH] Enable fmt package instalaltion from EPEL Ceph requires fmt package to be installed for CentOS, which is provided by EPEL nowadays. So we extend list of packages that needs to be installed from EPEL. Change-Id: Idabce1111690b74617f825dfa843c835f53db368 Closes-Bug: #1936182 (cherry picked from commit 5c686751cb2d1705e1eec05811b39d8309135a6a) --- tasks/ceph_preinstall_dnf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ceph_preinstall_dnf.yml b/tasks/ceph_preinstall_dnf.yml index 159a043..298e841 100644 --- a/tasks/ceph_preinstall_dnf.yml +++ b/tasks/ceph_preinstall_dnf.yml @@ -42,7 +42,7 @@ gpgcheck: yes enabled: yes state: present - includepkgs: 'lttng-ust*, userspace-rcu, libbabeltrace, leveldb, liboath' + includepkgs: 'lttng-ust*, userspace-rcu, libbabeltrace, leveldb, liboath, fmt' when: - ansible_facts['pkg_mgr'] == 'dnf' register: install_epel_repo