IPA-client is no longer needed

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-23 14:25:18 +00:00
parent 69e3b172d8
commit a6d0341568

View file

@ -1,21 +1,4 @@
---
# We need ipa-getkeytab
- name: Install ipa-client
yum: name=ipa-client state=present
tags:
- keytab
- package
- krb5
when: ansible_distribution_major_version|int < 22
- name: Install ipa-client
dnf: name=ipa-client state=present
tags:
- keytab
- package
- krb5
when: ansible_distribution_major_version|int > 21
- name: Determine whether we need to get keytab
stat: path={{kt_location}}
register: keytab_status