1
0
Fork 0
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:
A Holt 2017-10-19 16:50:33 -04:00 committed by GitHub
commit 1d8e946b91
44 changed files with 121 additions and 135 deletions

View file

@ -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

View file

@ -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