1
0
Fork 0
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:
A Holt 2022-05-19 11:25:00 -04:00 committed by GitHub
parent 7f50ad8365
commit 9bf4404e50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@
mode: 0644
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:
src: network/iiab-hotspot-on
dest: /usr/bin/iiab-hotspot-on
@ -70,7 +70,7 @@
group: root
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:
src: network/iiab-hotspot-off
dest: /usr/bin/iiab-hotspot-off