Updating README.md examples

This commit is contained in:
Lucas Costa Beyeler 2017-01-29 01:03:40 -02:00
parent 902a45b018
commit 088e97282d
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ It's a good idea to apply the role ansible-commons before run this playbook, bec
Example Playbook Example Playbook
---------------- ----------------
```
- hosts: zimbra - hosts: zimbra
become: yes become: yes
become_method: sudo become_method: sudo
@ -50,6 +50,7 @@ Example Playbook
zmnetwork: 192.168.122.0/24 zmnetwork: 192.168.122.0/24
zmlogologin: /tmp/login.png zmlogologin: /tmp/login.png
zmlogoapp: /tmp/app.png zmlogoapp: /tmp/app.png
```
License License
------- -------