mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
17 lines
350 B
XML
17 lines
350 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)">
|
|
<XRD>
|
|
<Service>
|
|
{%- for t in types %}
|
|
<Type>{{ t }}</Type>
|
|
{%- endfor %}
|
|
{%- if uri %}
|
|
<URI>{{ uri }}</URI>
|
|
{%- endif %}
|
|
{%- if localid %}
|
|
<LocalID>{{ localid }}</LocalID>
|
|
{%- endif %}
|
|
</Service>
|
|
</XRD>
|
|
</xrds:XRDS>
|