From ca24bb2beae05e0795d03ac8e364ca626fbd3699 Mon Sep 17 00:00:00 2001 From: xpk Date: Wed, 16 Jan 2019 00:03:52 +0800 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 105eee5..3963c2b 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ ## Usage Clone this repo into the roles directory. Then for example create the following playbook in the ansible base directory. -''' +``` --- - hosts: all become: yes roles: - base-packages - pfa-dovecot -''' +``` ## Roles - base-packages: installs apache, php, mysql. If you already have these, skip this role