1
0
Fork 0
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:
root 2022-07-21 15:30:44 -04:00
parent a442bd7b26
commit 42b5b766c4

View file

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