Skip to content

fix missing requirements.yml file

Emmanuel Jaep requested to merge jaep-main-patch-56802 into main

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.

Merge request reports