main.yml 90 B

12345
  1. ---
  2. # handlers file for fastd
  3. - name: Restart fastd
  4. service: name=fastd state=restarted