1
0
Fork 0
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:
root 2022-07-22 14:43:39 -04:00
parent 60579c6c00
commit e71efff7e2

View file

@ -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