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:
parent
d7d6404c53
commit
348974be6f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue