Add yaml code in readme.md

This commit is contained in:
Cristian
2016-09-28 16:03:36 +02:00
parent e3857d610f
commit a81f022539

View File

@@ -67,9 +67,8 @@ Example Playbook
- '& ~' - '& ~'
``` ```
3) Enable rsyslog server 3) Enable rsyslog server
``` ```yaml
- hosts: all - hosts: all
roles: roles:
- { role: ../../roles/ansible-rsyslog-custom, "rsyslog_server": yes } - { role: ../../roles/ansible-rsyslog-custom, "rsyslog_server": yes }
``` ```