From 1c434292667af3a02c2b79a10d04bfc96f6cd59f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 20 Sep 2023 12:10:32 -0700 Subject: [PATCH] ipa / client: just remove the sshd override file Signed-off-by: Kevin Fenzi --- roles/ipa/client/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/ipa/client/tasks/main.yml b/roles/ipa/client/tasks/main.yml index 5d8c19b15d..22ab24ec95 100644 --- a/roles/ipa/client/tasks/main.yml +++ b/roles/ipa/client/tasks/main.yml @@ -33,6 +33,14 @@ - ipa/client - config +- name: Remove ipa sshd config since we do not need it + 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