From 2710f3d87b61fe931f6a03720c21de0f0325a696 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Sat, 29 Jun 2024 13:59:32 +0200 Subject: [PATCH] docs: adjust note about dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c4b462..94fc42b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This role depends on the following collections and must be installed before usin ansible-galaxy collection install hetzner.hcloud ``` -Unfortunately, the ansible dependency system does not allow to roles +Unfortunately, the ansible dependency system does not allow roles to depend on collections and vice versa even though it has been requested many times. Therefore, the collection has to be installed manually.