From 046e95d38bf1d2ed0294109641fbdeabe6117ac8 Mon Sep 17 00:00:00 2001 From: Till! Date: Tue, 28 May 2019 21:30:09 +0200 Subject: [PATCH] Add become: yes to playbook example (#27) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a2a59..9cf6ab8 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,9 @@ None. ```yaml - name: "Install Minio" hosts: all + become: yes roles: - - atosatto.minio + - { role: atosatto.minio } vars: minio_server_datadirs: [ "/minio-test" ] ```