From 5c45a492c9d16d96d896eb39c2f9e9d1f0607a46 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Fri, 20 Oct 2023 14:49:05 +0200 Subject: [PATCH] README.md: Clarifies installation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a0c8377..60b54e5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ myproject/ ├── roles/ ``` +Make sure that the directory is pointed to in the `ansible.cfg`: + +```ini +[defaults] +library = ./library +``` + ## Usage The module `json_patch` takes the following options: