homeserver/roles/mgrote.minio/handlers/main.yml
mg e2707856d8 service: minio (#232)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#232
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-10-23 17:47:57 +02:00

7 lines
118 B
YAML

---
- name: (re)start service
become: yes
ansible.builtin.systemd:
name: minio
state: restarted