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
This commit is contained in:
Lance Bragstad 2020-09-03 16:03:45 -05:00
parent 02f3ed55a5
commit ab25f7d4dd
1 changed files with 0 additions and 4 deletions

View File

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