You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
174B

  1. ---
  2. - name: restart nginx
  3. service:
  4. name: nginx
  5. state: restarted
  6. - name: reload nginx
  7. service:
  8. name: nginx
  9. state: reloaded
  10. listen: certificate changed