mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #428 from arky/misc-checks
Misc Fixes: Clean up whitespace warnings
This commit is contained in:
commit
1d8e946b91
44 changed files with 121 additions and 135 deletions
|
@ -76,7 +76,7 @@
|
|||
wifi1: "{{ item|trim }}"
|
||||
discovered_wireless_iface: "{{ item|trim }}"
|
||||
when: item|trim != "" and item|trim != discovered_wan_iface
|
||||
with_items:
|
||||
with_items:
|
||||
- "{{ wireless_list1.stdout_lines }}"
|
||||
|
||||
# WIRELESS -- Sigh... Not all drivers update /proc/net/wireless correctly
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
state=present
|
||||
when: is_debuntu
|
||||
|
||||
- name: Test for UUID file
|
||||
- name: Test for UUID file
|
||||
stat: path=/etc/iiab/uuid
|
||||
register: uuid_file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue