mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
network/tasks/main.yml: Restore iiab-hotspot-on|off
This commit is contained in:
parent
60579c6c00
commit
e71efff7e2
1 changed files with 8 additions and 17 deletions
|
@ -25,23 +25,14 @@
|
|||
include_tasks: install.yml
|
||||
when: network_install and network_installed is undefined
|
||||
|
||||
# 2022-07-22: Should be done in install.yml above (avoid duplication if poss?)
|
||||
#
|
||||
# - name: Create /usr/bin/iiab-hotspot-on from template
|
||||
# template:
|
||||
# src: hostapd/iiab-hotspot-on
|
||||
# dest: /usr/bin/iiab-hotspot-on
|
||||
# owner: root
|
||||
# group: root
|
||||
# mode: 0755
|
||||
#
|
||||
# - name: Create /usr/bin/iiab-hotspot-off from template
|
||||
# template:
|
||||
# src: hostapd/iiab-hotspot-off
|
||||
# dest: /usr/bin/iiab-hotspot-off
|
||||
# owner: root
|
||||
# group: root
|
||||
# mode: 0755
|
||||
- name: Install /usr/bin/iiab-hotspot-on|off from template (root:root by default)
|
||||
template:
|
||||
src: "{{ item }}"
|
||||
dest: /usr/bin/
|
||||
mode: 0755
|
||||
with_items:
|
||||
- hostapd/iiab-hotspot-on
|
||||
- hostapd/iiab-hotspot-off
|
||||
|
||||
|
||||
- name: Configuring Network if enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue