ipaclient install role length typo

Correcting small typo for lenth to length in a check
This commit is contained in:
Scott Poore
2019-05-13 11:07:06 -05:00
parent 0ddd62ea01
commit e0c85c5af4

View File

@@ -160,7 +160,7 @@
fail: msg="At least one of password or keytab must be specified"
when: not result_ipaclient_test_keytab.krb5_keytab_ok and
(ipaadmin_password is undefined or ipaadmin_password|length == 0)
and (ipaclient_keytab is undefined or ipaclient_keytab|lenth == 0)
and (ipaclient_keytab is undefined or ipaclient_keytab|length == 0)
when: not ipaclient_on_master | bool
- name: Install - Purge {{ result_ipaclient_test.realm }} from host keytab