Removes kewlfft.aur as an implicit dependency as it is now a collection

This commit is contained in:
Jan Beilicke 2022-04-04 21:55:44 +02:00
parent 5b3e7f479b
commit 4701dff4a4
2 changed files with 4 additions and 3 deletions

View file

@ -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
----------------

View file

@ -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
dependencies: []
#- kewlfft.aur # This dependency is now a collection and cannot be treated as a dependency here