Revert "hotfix for adp: also emit backoffice wifi in tent 1"

This reverts commit d808775f39.
master
Gregor Michels 2022-12-29 15:38:24 +01:00
parent 9afebe8438
commit e3d8369768
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ config wifi-iface 'backoffice_radio0'
option ssid '{{ backoffice_wifi_ssid }}'
option encryption '{{ backoffice_wifi_encryption }}'
option key '{{ backoffice_wifi_psk }}'
{% if not location | regex_search('office-.*') and not inventory_hostname == 'ap-8f42' %}
{% if not location | regex_search('office-.*') %}
option disabled '1'
{% endif %}
@ -63,6 +63,6 @@ config wifi-iface 'backoffice_radio1'
option ssid '{{ backoffice_wifi_ssid }}'
option encryption '{{ backoffice_wifi_encryption }}'
option key '{{ backoffice_wifi_psk }}'
{% if not location | regex_search('office-.*') and not inventory_hostname == 'ap-8f42' %}
{% if not location | regex_search('office-.*') %}
option disabled '1'
{% endif %}