]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: fix use of dnf only when package manager is 'dnf' not 'yum'
authorAlfredo Deza <adeza@redhat.com>
Thu, 2 Jun 2016 15:05:07 +0000 (11:05 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 2 Jun 2016 15:06:25 +0000 (11:06 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1342051

roles/ceph-common/tasks/installs/install_on_redhat.yml

index e35bf9b4df5af20591144f78aafe2e99644699f7..eba46c031d376496cb74c21dc2df9aac8ca48ae0 100644 (file)
@@ -61,7 +61,7 @@
     (ceph_origin == "distro" or
      (ceph_stable and ceph_stable_release not in ceph_stable_rel_pkg)) and
     mon_group_name in group_names and
-    ansible_pkg_mgr == "yum"
+    ansible_pkg_mgr == "dnf"
 
 - name: install distro or red hat storage ceph osd
   yum: