From a81f022539e426958a4c3e010b49fbcc16c9926b Mon Sep 17 00:00:00 2001 From: Cristian Date: Wed, 28 Sep 2016 16:03:36 +0200 Subject: [PATCH] Add yaml code in readme.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index be290a3..a22fc86 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,8 @@ Example Playbook - '& ~' ``` 3) Enable rsyslog server -``` +```yaml - hosts: all - roles: - { role: ../../roles/ansible-rsyslog-custom, "rsyslog_server": yes } ```