summaryrefslogtreecommitdiff
path: root/ansible/roles/hotspot/handlers/main.yml
blob: 05dfcd63a9f92ff8f49cfe46c3cd46f6a4372edd (plain)
1
2
3
4
5
- name: restart hostapd
  service: name=hostapd state=restarted enabled=yes

- name: restart dnsmasq
  service: name=dnsmasq state=restarted