From 888d5632ea12f0d4a23783097bbef9ca8dde90fa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 14 Nov 2025 12:34:23 -0800 Subject: [PATCH] ipa / client: stop removing the 04-ipa.conf ssh config We removed this because it had some options we didn't like long ago. However, now it's basically all stuff thats already in our base ssh config. It causes anoying, but harmless scriptlet messages on updates and there's no need to remove it to only have it get re-added by freeipa-client every update. Signed-off-by: Kevin Fenzi --- roles/ipa/client/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/ipa/client/tasks/main.yml b/roles/ipa/client/tasks/main.yml index 6de8412c0b..ba3ea20efb 100644 --- a/roles/ipa/client/tasks/main.yml +++ b/roles/ipa/client/tasks/main.yml @@ -33,14 +33,6 @@ - ipa/client - config -- name: Remove ipa sshd config since we do not need it - ansible.builtin.file: - state: absent - path: /etc/ssh/sshd_config.d/04-ipa.conf - tags: - - ipa/client - - config - - name: Prepare IPA-related information to make the following more efficient delegate_to: localhost import_tasks: prepare-ipa-info.yml