krb5: fix typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f9fc5f21eb
commit
cd22554d83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue