Merge pull request #81 from spoore1/length_fix

ipaclient install role length typo
This commit is contained in:
Thomas Woerner
2019-05-31 16:39:30 +02:00
committed by GitHub

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