mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
hostapd.yml: Clean up Ansible output re: iiab-hotspot-{on|off}
This commit is contained in:
parent
7f50ad8365
commit
9bf4404e50
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
when: not wifi_up_down and can_be_ap
|
when: not wifi_up_down and can_be_ap
|
||||||
|
|
||||||
- name: Create /usr/bin/iiab-hotspot-on from template when hardware supports AP
|
- name: Create /usr/bin/iiab-hotspot-on from template
|
||||||
template:
|
template:
|
||||||
src: network/iiab-hotspot-on
|
src: network/iiab-hotspot-on
|
||||||
dest: /usr/bin/iiab-hotspot-on
|
dest: /usr/bin/iiab-hotspot-on
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
- name: Create /usr/bin/iiab-hotspot-off from template when hardware supports AP
|
- name: Create /usr/bin/iiab-hotspot-off from template
|
||||||
template:
|
template:
|
||||||
src: network/iiab-hotspot-off
|
src: network/iiab-hotspot-off
|
||||||
dest: /usr/bin/iiab-hotspot-off
|
dest: /usr/bin/iiab-hotspot-off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue