bird: indent with spaces
This commit is contained in:
parent
aac9151280
commit
ea78f609b5
1 changed files with 8 additions and 8 deletions
|
@ -30,22 +30,22 @@ protocol kernel kernel6 {
|
|||
|
||||
{% if bird__static_unreachable | ansible.utils.ipv4 %}
|
||||
protocol static unreachable4 {
|
||||
ipv4 {
|
||||
export all;
|
||||
};
|
||||
ipv4 {
|
||||
export all;
|
||||
};
|
||||
{% for route in bird__static_unreachable | ansible.utils.ipv4 %}
|
||||
route {{ route }} unreachable;
|
||||
route {{ route }} unreachable;
|
||||
{% endfor %}
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
{% if bird__static_unreachable | ansible.utils.ipv6 %}
|
||||
protocol static unreachable6 {
|
||||
ipv6 {
|
||||
export all;
|
||||
};
|
||||
ipv6 {
|
||||
export all;
|
||||
};
|
||||
{% for route in bird__static_unreachable | ansible.utils.ipv6 %}
|
||||
route {{ route }} unreachable;
|
||||
route {{ route }} unreachable;
|
||||
{% endfor %}
|
||||
}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue