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.

16 lines
262B

  1. ---
  2. - name: reload systemd unit files
  3. command: systemctl daemon-reload
  4. - name: reload nginx
  5. service:
  6. name: nginx
  7. state: reloaded
  8. - name: restart openproject
  9. service:
  10. name: openproject
  11. state: restarted
  12. listen: reload systemd unit files