From d760aa2b5d6d9603313dd3621061df5ba604dd70 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 15 Apr 2019 19:20:19 -0400 Subject: [PATCH] yum: add liboath to packages installed from EPEL We limit the number of packages installed from EPEL to avoid any conflicts and one of those packages that was recently added was liboath. Change-Id: I14b3f3f58ca210ad396d9e434cc26d6b1c50b8a1 Closes-Bug: #1824890 --- tasks/ceph_preinstall_yum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ceph_preinstall_yum.yml b/tasks/ceph_preinstall_yum.yml index c7d1e37..c290d0f 100644 --- a/tasks/ceph_preinstall_yum.yml +++ b/tasks/ceph_preinstall_yum.yml @@ -42,7 +42,7 @@ gpgcheck: yes enabled: yes state: present - includepkgs: 'lttng-ust*, userspace-rcu, libbabeltrace, leveldb' + includepkgs: 'lttng-ust*, userspace-rcu, libbabeltrace, leveldb, liboath' when: - ansible_pkg_mgr in ['yum', 'dnf'] register: install_epel_repo