From 1abed53f7d67155b853c78a2cc172b61798862b5 Mon Sep 17 00:00:00 2001 From: suuuper Date: Fri, 7 Oct 2016 10:36:19 +0200 Subject: [PATCH] Fixed packages for red hat --- roles/ceph-rgw/tasks/openstack-keystone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"