main.yml 94 B

123456
  1. ---
  2. - name: restart dnsmasq
  3. service:
  4. name: dnsmasq
  5. state: restarted
  6. tags: dnsmasq