From 66b7f80d9d72e6443a2f0dea31b4207a9c72fe98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Sun, 18 Feb 2024 14:44:01 +0100 Subject: [PATCH] dont install to roles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00535c23..691b2089 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ and a role for adding the EPEL repository (https://github.com/geerlingguy/ansibl To download the dependency roles do: ``` -ansible-galaxy role install -r requirements.yml -p ./roles +ansible-galaxy role install -r requirements.yml ``` ### Configuration