xoxys.minio/handlers/main.yml
Robert Kaussow 3d736acfbd
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2020-05-19 10:18:29 +02:00

11 lines
183 B
YAML

---
- name: Restart Minio service
systemd:
name: minio
state: restarted
daemon_reload: yes
enabled: yes
listen: __minio_restart
become: True
become_user: root