From 259415730d0edb42006ccdc732948557c8788d75 Mon Sep 17 00:00:00 2001 From: Jason Barr Date: Fri, 3 Nov 2017 11:06:15 -0500 Subject: [PATCH] changed version numberin README and clarified re: adding role to both server.yml and dev.yml --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abf357d..33a9577 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Add the role to the requirements.yml file of Trellis : ```yaml - name: trellis-redis src: jasonsbarr.trellis-redis - version: 0.1.0 + version: 0.2.4 ``` Run `ansible-galaxy install -r requirements.yml` to install the new role.
-Then, add the role into server.yml : +Then, add the role into both server.yml **and** dev.yml: ```yaml roles: ... other Trellis roles ...