We do want this on all hosts.

This commit is contained in:
Kevin Fenzi 2014-06-21 00:02:32 +00:00
parent b3a4f7fdaf
commit 861ecc7c2f

View file

@ -27,7 +27,6 @@
#
- 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