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
This commit is contained in:
Dmitriy Rabotyagov 2021-07-14 17:01:28 +03:00
parent 13657acfb2
commit 5c686751cb
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_facts['pkg_mgr'] == 'dnf'
register: install_epel_repo