mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Adds spaces in variables after {{ and before }}
Fixes various warnings in Travis CI
[EXTRA0001] Variables should have spaces after {{ and before }}
This commit is contained in:
parent
1d8e946b91
commit
602223e4ff
22 changed files with 48 additions and 51 deletions
|
|
@ -109,7 +109,7 @@
|
|||
state=absent
|
||||
|
||||
- name: Download substitute software for i386 on FC18 XO1.5
|
||||
get_url: url="{{ iiab_download_url }}/{{ item }}" dest={{ downloads_dir}}/{{ item }}
|
||||
get_url: url="{{ iiab_download_url }}/{{ item }}" dest={{ downloads_dir }}/{{ item }}
|
||||
with_items:
|
||||
- hostapd_8188_i386
|
||||
when: wifi_id == "tplink_WM725M" and xo_model == "XO-1.5" and internet_available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue