Removes kewlfft.aur as an implicit dependency as it is now a collection
This commit is contained in:
parent
5b3e7f479b
commit
4701dff4a4
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
----------------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue