From 9ab74df8cef33e459cf392ee40c8571dc74756d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Mon, 25 Jun 2018 15:53:20 +0200 Subject: [PATCH] update playbook example --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb8048c..0a38aee 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,9 @@ None. - name: "Install Minio" hosts: all roles: - - { role: atosatto.minio, - minio_server_datadirs: [ "/tmp" ] } + - atosatto.minio + vars: + minio_server_datadirs: [ "/minio-test" ] ``` ## Changelog