ansible-minio/handlers/main.yml

12 lines
156 B
YAML
Raw Permalink Normal View History

2017-01-02 17:52:58 +01:00
---
- name: reload minio systemd
systemd:
name: minio
daemon_reload: True
2017-01-02 17:52:58 +01:00
- name: restart minio
service:
name: minio
state: restarted