summaryrefslogtreecommitdiff
path: root/inventory/group_vars/accesspoints/vars.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-10-04 23:39:25 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-10-04 23:51:37 +0200
commit98b39aa1374a9e50c585b2275e7ecec84aae7c04 (patch)
tree32bc4ab10d5ee062c1cedbc4639d1d0555cf8a45 /inventory/group_vars/accesspoints/vars.yml
parentupgrade some nextcloud instances (diff)
accesspoints: minor naming fix
Diffstat (limited to 'inventory/group_vars/accesspoints/vars.yml')
-rw-r--r--inventory/group_vars/accesspoints/vars.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/group_vars/accesspoints/vars.yml b/inventory/group_vars/accesspoints/vars.yml
index 43a2de82..0c5e5c53 100644
--- a/inventory/group_vars/accesspoints/vars.yml
+++ b/inventory/group_vars/accesspoints/vars.yml
@@ -368,8 +368,8 @@ _accesspoint_client_steering_options_default_:
ipv6: '0'
debug_level: '2'
-openwrt_uci_band_steering: "{{ openwrt_uci_band_steering_yaml | from_yaml }}"
-openwrt_uci_band_steering_yaml: |
+openwrt_uci_client_steering: "{{ openwrt_uci_client_steering_yaml | from_yaml }}"
+openwrt_uci_client_steering_yaml: |
{% if accesspoint_client_steering is defined %}
{% if accesspoint_client_steering.kind == 'dawn' %}
umdns:
@@ -398,4 +398,4 @@ openwrt_uci_band_steering_yaml: |
{% endif %}
-openwrt_uci: "{{ openwrt_uci_base | combine(accesspoint_client_steering is defined | ternary(openwrt_uci_band_steering, {})) }}"
+openwrt_uci: "{{ openwrt_uci_base | combine(accesspoint_client_steering is defined | ternary(openwrt_uci_client_steering, {})) }}"