Remove stray endif

This commit is contained in:
Michael Simacek 2017-02-24 12:02:29 +01:00
parent 74cd555021
commit 50ea954231

View file

@ -23,7 +23,6 @@ config = {
"keytab": "/etc/krb5.koschei_{{ inventory_hostname }}.keytab",
"principal": "koschei/{{ inventory_hostname }}@{{ ipa_realm }}",
},
{% endif %}
"session_opts": {
"krb_rdns": False,
},
@ -119,7 +118,6 @@ config = {
},
},
},
"pkgdb": {
{% if env == 'staging' %}
"pkgdb_url": 'https://admin.stg.fedoraproject.org/pkgdb/api',