Update: become on playbook level

This commit is contained in:
Till! 2019-05-28 12:18:24 +02:00 committed by GitHub
parent a6cb5c9b09
commit 5d38c20450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:
- { role: atosatto.minio, become: yes }
- { role: atosatto.minio }
vars:
minio_server_datadirs: [ "/minio-test" ]
```