mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-25 11:55:10 +01:00
7 lines
75 B
YAML
7 lines
75 B
YAML
---
|
|
|
|
- name: restart minio
|
|
service:
|
|
name: minio
|
|
state: restarted
|