From cd50797995ff7d0a87a3cb9be4fb72e062da840e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 24 May 2021 14:54:35 -0700 Subject: [PATCH] ipa / client: actually install the ignore conf file as .conf instead of .conf.j2 Signed-off-by: Kevin Fenzi --- roles/ipa/client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipa/client/tasks/main.yml b/roles/ipa/client/tasks/main.yml index caf45b0f8a..e18de5abc5 100644 --- a/roles/ipa/client/tasks/main.yml +++ b/roles/ipa/client/tasks/main.yml @@ -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