results != result

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-28 12:01:12 +00:00
parent b99315759c
commit c94f4793ba

View file

@ -94,7 +94,7 @@
- keytab
- config
- krb5
when: not keytab_status.stat.exists and 'krbPrincipalKey not found' in retrieve_results.stderr
when: not keytab_status.stat.exists and 'krbPrincipalKey not found' in retrieve_result.stderr
- name: Retrieve keytab if it did not exist
command: ipa-getkeytab --retrieve --server {{ipa_server}} --keytab {{kt_location}} --principal {{service}}/{{host}}
@ -102,7 +102,7 @@
- keytab
- config
- krb5
when: not keytab_status.stat.exists and 'krbPrincipalKey not found' in retrieve_results.stderr
when: not keytab_status.stat.exists and 'krbPrincipalKey not found' in retrieve_result.stderr
- name: Destroy host ticket
command: kdestroy -A