Robert Kaussow
3d736acfbd
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
183 B
YAML
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
|