update playbook example

This commit is contained in:
Paweł Krupa 2018-06-25 15:53:20 +02:00 committed by GitHub
parent d1c371f2c5
commit 9ab74df8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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