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
|
include_tasks: install.yml
|
||||||
when: network_install and network_installed is undefined
|
when: network_install and network_installed is undefined
|
||||||
|
|
||||||
# 2022-07-22: Should be done in install.yml above (avoid duplication if poss?)
|
- name: Install /usr/bin/iiab-hotspot-on|off from template (root:root by default)
|
||||||
#
|
template:
|
||||||
# - name: Create /usr/bin/iiab-hotspot-on from template
|
src: "{{ item }}"
|
||||||
# template:
|
dest: /usr/bin/
|
||||||
# src: hostapd/iiab-hotspot-on
|
mode: 0755
|
||||||
# dest: /usr/bin/iiab-hotspot-on
|
with_items:
|
||||||
# owner: root
|
- hostapd/iiab-hotspot-on
|
||||||
# group: root
|
- hostapd/iiab-hotspot-off
|
||||||
# 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: Configuring Network if enabled
|
- name: Configuring Network if enabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue