mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +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
|
||||
# mode: '0755'
|
||||
|
||||
-- name: Unmask the Access Point 'hostapd' service
|
||||
systemd:
|
||||
name: hostapd
|
||||
enabled: no
|
||||
masked: no
|
||||
- name: Unmask the Access Point 'hostapd' service
|
||||
systemd:
|
||||
name: hostapd
|
||||
enabled: no
|
||||
masked: no
|
||||
|
||||
- name: avahi
|
||||
include_tasks: avahi.yml
|
||||
|
|
Loading…
Reference in a new issue