From 8084ab7fc4792f10163a1e9cfa6d85182753bdaa Mon Sep 17 00:00:00 2001 From: AlaEddineDhaoui <79356593+AlaEddineDhaoui@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:19:37 +0100 Subject: [PATCH] Update requirements.yml Each collection should have a "name" key. Possible Error : ==> ERROR! Collections requirement entry should contain the key name. --- tools/docker-compose/ansible/requirements.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/docker-compose/ansible/requirements.yml b/tools/docker-compose/ansible/requirements.yml index bc90c9e0afb6..60007d2ee70d 100644 --- a/tools/docker-compose/ansible/requirements.yml +++ b/tools/docker-compose/ansible/requirements.yml @@ -1,6 +1,7 @@ --- collections: - - source: ./awx_collection + - name : awx_collection + source: ./awx_collection type: dir - - flowerysong.hvault - - community.docker + - name: flowerysong.hvault + - name: community.docker