1
0
Fork 0
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:
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 # 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