This is my requirements.yml file
---
collections:
- amazon.aws
- community.aws
and I run the command
ansible-galaxy install -r requirements.yml
The command runs and silently finishes. Is this right? Should it not tell whether it is installing these collections?
I am using ansible-2.9.17