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