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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-11-14 12:34:23 -08:00
parent b07c6c4ed9
commit 888d5632ea

View File

@@ -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