From 00a6cc0131f24c8b609da2c25bb07121e9a15134 Mon Sep 17 00:00:00 2001 From: Henning Orth Date: Mon, 12 Jul 2021 09:23:58 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84d10d8..fe8b3d0 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ Get Started Add the role to the `galaxy.yml` file of Trellis : ```yaml - name: trellis-redis - src: e-vance.trellis_redis - version: 0.2.6 + https://github.com/E-VANCE/trellis-redis + type: git + version: update/apt ``` Run `ansible-galaxy install -r galaxy.yml` to install the new role.