From ab25f7d4dd6451707d3a966bb1e9fca12bdf9e6f Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Thu, 3 Sep 2020 16:03:45 -0500 Subject: [PATCH] Remove ipa-client install task from undercloud-tls playbook The ipaclient role from ansible-freeipa ensures the dependencies it needs are installed. We shouldn't need to add duplication here. Change-Id: I730c456a8a2ede3a8f35f5c808bf5924809ec82f --- deployment/tls/undercloud-tls.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deployment/tls/undercloud-tls.yaml b/deployment/tls/undercloud-tls.yaml index b2d2cee2ce..7e32c95987 100644 --- a/deployment/tls/undercloud-tls.yaml +++ b/deployment/tls/undercloud-tls.yaml @@ -55,10 +55,6 @@ outputs: package: name: openssl-perl state: present - - name: Ensure FreeIPA Client package is present - package: - name: ipa-client - state: present - name: Create tripleo-admin user and group include_role: name: tripleo_create_admin