mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
results != result
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user