]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fixed packages for red hat 1016/head
authorsuuuper <giom87@libero.it>
Fri, 7 Oct 2016 08:36:19 +0000 (10:36 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2016 08:36:19 +0000 (10:36 +0200)
roles/ceph-rgw/tasks/openstack-keystone.yml

index b9b47432794db2c436cf5b0d5640dc60f0f58ace..7193367586ec8fbf6d364906fe40e64122b2fe21 100644 (file)
@@ -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"