Add become: yes to playbook example (#27)

This commit is contained in:
Till! 2019-05-28 21:30:09 +02:00 committed by Andrea Tosatto
parent 77cea97a1e
commit 046e95d38b
1 changed files with 2 additions and 1 deletions

View File

@ -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" ]
```