aboutsummaryrefslogtreecommitdiff
path: root/tnet/wg-links.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tnet/wg-links.yml')
-rw-r--r--tnet/wg-links.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnet/wg-links.yml b/tnet/wg-links.yml
index 7ed723f..a050547 100644
--- a/tnet/wg-links.yml
+++ b/tnet/wg-links.yml
@@ -1,7 +1,7 @@
- name: Install Wireguard links
hosts: tnet
tasks:
- - loop: "{{ tnet_links|default([])|dict2items }}"
+ - loop: "{{ tnet_wg|default([])|dict2items }}"
include_tasks: wg-links-link.yml
handlers:
# Has to be restart for now, hash doesn't support reloading networkd