From: suuuper Date: Fri, 7 Oct 2016 08:36:19 +0000 (+0200) Subject: Fixed packages for red hat X-Git-Tag: v2.0~41^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1016%2Fhead;p=ceph-ansible.git Fixed packages for red hat --- diff --git a/roles/ceph-rgw/tasks/openstack-keystone.yml b/roles/ceph-rgw/tasks/openstack-keystone.yml index b9b474327..719336758 100644 --- a/roles/ceph-rgw/tasks/openstack-keystone.yml +++ b/roles/ceph-rgw/tasks/openstack-keystone.yml @@ -1,13 +1,13 @@ --- -- name: install libnss3-tools on redhat +- name: install nss-tools on redhat yum: - name: libnss3-tools + name: nss-tools state: present when: ansible_pkg_mgr == "yum" -- name: install libnss3-tools on redhat +- name: install nss-tools on redhat dnf: - name: libnss3-tools + name: nss-tools state: present when: ansible_pkg_mgr == "dnf"