summaryrefslogtreecommitdiff
path: root/roles/vm/guest/network/tasks/Debian.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-01 20:19:56 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-01 20:19:56 +0100
commitd90144d2190009f8bd121cb8f773a9209500f034 (patch)
tree2d258279d2179afc58fd91c741e0b5fa56246c9f /roles/vm/guest/network/tasks/Debian.yml
parentMerge branch 'topic/revamp-openwrt-imag-gen' (diff)
in-place variable cooking
Diffstat (limited to 'roles/vm/guest/network/tasks/Debian.yml')
-rw-r--r--roles/vm/guest/network/tasks/Debian.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/vm/guest/network/tasks/Debian.yml b/roles/vm/guest/network/tasks/Debian.yml
index 27a7682a..1b785ee5 100644
--- a/roles/vm/guest/network/tasks/Debian.yml
+++ b/roles/vm/guest/network/tasks/Debian.yml
@@ -1,6 +1,6 @@
---
- name: configure systemd link units
- when: network_cooked.systemd_link is defined
+ when: network.systemd_link is defined
block:
- name: remove legacy systemd.link units
loop:
@@ -11,7 +11,7 @@
state: absent
- name: install systemd network link units
- loop: "{{ network_cooked.systemd_link.interfaces }}"
+ loop: "{{ network.systemd_link.interfaces }}"
loop_control:
label: "{{ item.name }}"
index_var: interface_index