ipa / client: actually install the ignore conf file as .conf instead of .conf.j2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e9dea6ca41
commit
cd50797995
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
run_once: yes
|
||||
|
||||
- name: Ensure that nss knows to skip certain users
|
||||
template: src=fedora-nss-ignore.conf.j2 dest=/etc/sssd/conf.d/ mode=600 owner=root group=root
|
||||
template: src=fedora-nss-ignore.conf.j2 dest=/etc/sssd/conf.d/fedora-nss-ignore.conf mode=600 owner=root group=root
|
||||
tags:
|
||||
- ipa/client
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue