19 lines
305 B
YAML
19 lines
305 B
YAML
---
|
|
- name: Restart hostapd
|
|
systemd:
|
|
name: hostapd
|
|
state: restarted
|
|
enabled: yes
|
|
|
|
- name: Restart dnsmasq
|
|
systemd:
|
|
name: dnsmasq
|
|
state: restarted
|
|
enabled: yes
|
|
|
|
- name: Restart unblock-wlan service
|
|
systemd:
|
|
name: unblock-wlan.service
|
|
state: restarted
|
|
enabled: yes
|