main.yml 73 B

12345
  1. ---
  2. - name: restart bind
  3. systemd:
  4. name: named
  5. state: restarted