mirror of
https://github.com/atosatto/ansible-minio.git
synced 2025-01-07 18:38:30 +01:00
7 lines
75 B
YAML
7 lines
75 B
YAML
---
|
|
|
|
- name: restart minio
|
|
service:
|
|
name: minio
|
|
state: restarted
|