mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update xo.yml
This commit is contained in:
parent
90351bb6a8
commit
7363a99c90
1 changed files with 6 additions and 6 deletions
|
@ -34,10 +34,10 @@
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: latest
|
state: latest
|
||||||
with_items:
|
with_items:
|
||||||
- usbmount
|
- usbmount
|
||||||
- man
|
- man
|
||||||
- man-db
|
- man-db
|
||||||
- man-pages
|
- man-pages
|
||||||
|
|
||||||
- name: Re-install packages
|
- name: Re-install packages
|
||||||
shell: yum -y reinstall sed libidn grep which util-linux wget gnupg2 groff gnash yum
|
shell: yum -y reinstall sed libidn grep which util-linux wget gnupg2 groff gnash yum
|
||||||
|
@ -130,8 +130,8 @@
|
||||||
dest: "{{ downloads_dir }}/{{ item }}"
|
dest: "{{ downloads_dir }}/{{ item }}"
|
||||||
timeout: "{{ download_timeout }}"
|
timeout: "{{ download_timeout }}"
|
||||||
with_items:
|
with_items:
|
||||||
- hostapd_8188_i386
|
- hostapd_8188_i386
|
||||||
when: wifi_id == "tplink_WM725M" and xo_model == "XO-1.5" and internet_available
|
when: wifi_id == "tplink_WM725M" and xo_model == "XO-1.5" and internet_available
|
||||||
tags:
|
tags:
|
||||||
- xo
|
- xo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue