From 25b6ebb2edbf0938656f587500a31e523a7cd6c1 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Thu, 14 Sep 2023 08:14:30 +0200 Subject: [PATCH] Add Ansible requirements --- tosca/custom_types.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tosca/custom_types.yaml b/tosca/custom_types.yaml index 935ecd8..589496f 100644 --- a/tosca/custom_types.yaml +++ b/tosca/custom_types.yaml @@ -312,6 +312,10 @@ artifact_types: derived_from: tosca.artifacts.Root description: Ansible Galaxy collection to be installed in the target node + tosca.artifacts.AnsibleGalaxy.requirements: + derived_from: tosca.artifacts.Root + description: Ansible Galaxy requirements to be installed in the target node + relationship_types: tosca.relationships.indigo.Manages: