mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
network/tasks/install.yml: hostapd syntax errors 85a5f8fd
(3 days ago)
This commit is contained in:
parent
a442bd7b26
commit
42b5b766c4
1 changed files with 5 additions and 5 deletions
|
@ -45,11 +45,11 @@
|
||||||
# dest: /etc/network/if-pre-up.d/iptables
|
# dest: /etc/network/if-pre-up.d/iptables
|
||||||
# mode: '0755'
|
# mode: '0755'
|
||||||
|
|
||||||
-- name: Unmask the Access Point 'hostapd' service
|
- name: Unmask the Access Point 'hostapd' service
|
||||||
systemd:
|
systemd:
|
||||||
name: hostapd
|
name: hostapd
|
||||||
enabled: no
|
enabled: no
|
||||||
masked: no
|
masked: no
|
||||||
|
|
||||||
- name: avahi
|
- name: avahi
|
||||||
include_tasks: avahi.yml
|
include_tasks: avahi.yml
|
||||||
|
|
Loading…
Reference in a new issue