I am using a 3rd party Ansible role that requires some python libraries to be present on the host running my playbook.
I expect Ansible Galaxy to actually install those dependencies for me, unfortunately, it's not the case since AG only install roles dependencies. So I have to manually take care of that.
I am looking for an automated approach, do you have any elegant way to do it?