From cd22554d839c10c12e3718a94e2ef3de29f7c1c8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 Sep 2019 20:56:58 +0000 Subject: [PATCH] krb5: fix typo Signed-off-by: Kevin Fenzi --- roles/base/templates/krb5.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/templates/krb5.conf.j2 b/roles/base/templates/krb5.conf.j2 index 2ae9aa3747..db59692c82 100644 --- a/roles/base/templates/krb5.conf.j2 +++ b/roles/base/templates/krb5.conf.j2 @@ -15,7 +15,7 @@ [realms] {{ ipa_realm }} = { -{% if ansible_distribution_major_version|default(0)|int == 6 and and ansible_distribution is "RedHat" %} +{% if ansible_distribution_major_version|default(0)|int == 6 and ansible_distribution == "RedHat" %} kdc = ipa01{{ env_suffix }}.phx2.fedoraproject.org {% else %} kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy