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 5c686751cb)
This commit is contained in:
Dmitriy Rabotyagov 2021-07-16 18:10:16 +03:00
parent 5b3c58d188
commit 82e43fd53c
1 changed files with 1 additions and 1 deletions

View File

@ -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_pkg_mgr in ['yum', 'dnf']
register: install_epel_repo