results != result
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
b99315759c
commit
c94f4793ba
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue