mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Update roles/network/tasks/detected_network.yml
future proof Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
parent
9991273391
commit
e319b394e8
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@
|
|||
ignore_errors: True
|
||||
|
||||
- name: Detect country code passed from cmdline in dmesg
|
||||
shell: dmesg | grep ieee80211 | awk -F cfg80211.ieee80211_regdom= '{print $2}'
|
||||
shell: dmesg | grep -m1 'cfg80211\.ieee80211_regdom=' | awk -F 'cfg80211\.ieee80211_regdom=' '{print $2}'
|
||||
register: cmdline_country_code
|
||||
ignore_errors: True
|
||||
|
||||
|
|
Loading…
Reference in a new issue