Skip to content

Commit 00b2abb

Browse files
Correct debian/ubuntu template
1 parent 92e0a02 commit 00b2abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/roles/rdma-interface/templates/interface.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{{ subnets.append(ns) }}
1111
{%- endfor -%}
1212
{%- set rdma_address = subnets|last | ansible.netcommon.ipmath(host_index | int -1) -%}
13-
auto "{{ item['device'] }}"
14-
iface "{{ item['device'] }}" inet static
13+
auto {{ item['device'] }}
14+
iface {{ item['device'] }} inet static
1515
address {{ rdma_address }}
1616
netmask {{ hostvars[inventory_hostname]['rdma_netmask'] }}
1717

0 commit comments

Comments
 (0)