1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

stdout country code detection

This commit is contained in:
Jerry Vonau 2023-04-23 08:21:09 -05:00
parent d7d6404c53
commit 348974be6f

View file

@ -96,7 +96,7 @@
- name: Set Wifi Region country code for hostapd when present
set_fact:
host_country_code: "{{ REG_DOM.stdout }}"
when: REG_DOM is defined and REG_DOM.stdout | length > 0
when: REG_DOM.stdout is defined and REG_DOM.stdout | length > 0
- name: Clone wifi if needed
systemd: