fix missing requirements.yml file
The main.yml file gives the following task:
- local_action:
command ansible-galaxy install -r requirements.yml --roles-path roles
But the requirements.yml file does not exist. Therefore the playbook is failing.