From 46787e1c9b9c574a13dae748d2f8ff89e7b55b8e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 25 May 2018 02:04:16 +0200 Subject: remerge vm roles from realraum noc repo --- roles/vm/network/templates/systemd.link.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/vm/network/templates/systemd.link.j2') diff --git a/roles/vm/network/templates/systemd.link.j2 b/roles/vm/network/templates/systemd.link.j2 index 753fd586..7093e164 100644 --- a/roles/vm/network/templates/systemd.link.j2 +++ b/roles/vm/network/templates/systemd.link.j2 @@ -1,5 +1,5 @@ [Match] -Path=pci-0000:01:{{ "%02d" | format(item.idx) }}.0 +Path=*pci-0000:01:{{ "%02d" | format(interface_index + 1) }}.0 [Link] Name={{ item.name }} -- cgit v1.2.3