infrastructure/ansible/roles/minio/handlers/main.yml
Jake Howard dfef31cbfa
Deploy minio
My own S3, for various things
2023-11-12 21:23:54 +00:00

5 lines
92 B
YAML

- name: restart minio
shell:
chdir: /opt/minio
cmd: "{{ docker_update_command }}"