From 51533be1f695fde73923ed6d48941f780802639b Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Thu, 12 Sep 2024 11:28:45 +0200 Subject: [PATCH] Ensure the mandatory fields required by the EDA API are respcted within the modules Signed-off-by: Alina Buzachis --- plugins/modules/rulebook_activation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/rulebook_activation.py b/plugins/modules/rulebook_activation.py index e373ad44..66946243 100644 --- a/plugins/modules/rulebook_activation.py +++ b/plugins/modules/rulebook_activation.py @@ -459,7 +459,7 @@ def main() -> None: ( "state", "present", - ("name", "rulebook_name", "decision_environment_name"), + ("name", "rulebook_name", "decision_environment_name", "project_name"), ) ]