We do not register host services

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-12-08 19:10:35 +00:00
parent 72e0942e30
commit d07d4320f9

View file

@ -44,7 +44,7 @@
- keytab
- config
- krb5
when: not keytab_status.stat.exists
when: not keytab_status.stat.exists and service != "host"
- name: Grant host access to keytab
delegate_to: "{{ ipa_server }}"