mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
ipa_client: the fedora-sss-ignore.conf file should be owned by sssd user/group
We change this to root/root and then restart sssd and it changes it back. So, lets do this right and let it be sssd/sssd. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -74,7 +74,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/fedora-nss-ignore.conf 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=sssd group=sssd
|
||||
tags:
|
||||
- ipa/client
|
||||
- config
|
||||
|
||||
Reference in New Issue
Block a user