ipa / client: just remove the sshd override file

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-09-20 12:10:32 -07:00
parent 308ff1a8ce
commit 1c43429266

View file

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