From 4701dff4a4702ece827a7f296d5e22f2046d5251 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Mon, 4 Apr 2022 21:55:44 +0200 Subject: [PATCH] Removes kewlfft.aur as an implicit dependency as it is now a collection --- README.md | 2 ++ meta/main.yml | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0095a6e..f1dacd7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ enable_vagrant: no Dependencies ------------ +kewlfft.aur: This is a collection which cannot be installed as a dependency the usual way. Please install manually (or add the collection to an Ansible Galaxy requirements file): `ansible-galaxy collection install kewlfft.aur` + Example Playbook ---------------- diff --git a/meta/main.yml b/meta/main.yml index 30dfbf3..b4ee55e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -47,6 +47,5 @@ galaxy_info: # NOTE: A tag is limited to a single word comprised of alphanumeric characters. # Maximum 20 tags per role. -dependencies: - - kewlfft.aur - \ No newline at end of file +dependencies: [] + #- kewlfft.aur # This dependency is now a collection and cannot be treated as a dependency here