No nss_db on rhel7
This commit is contained in:
parent
6cab3284fc
commit
b3a4f7fdaf
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
- name: install nss_db on rhel hosts only
|
||||
yum: state=installed name=nss_db
|
||||
when: is_rhel is defined
|
||||
when: is_rhel is defined and ansible_distribution_major_version == 6
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
|||
#
|
||||
- name: setup /etc/nsswitch.conf for client use
|
||||
copy: src=nsswitch.conf dest=/etc/nsswitch.conf owner=root mode=644
|
||||
when: is_rhel is defined and ansible_distribution_major_version == 6
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue