From c39e0bc815e1d298de33c5f37e69bbf729f6c238 Mon Sep 17 00:00:00 2001 From: Mihai Puha <138758545+mihaipuha@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:50:20 +0200 Subject: [PATCH] Change decision environment module name. I was looking at the galaxy documentation for the collection, copied the playbook example and was encountering this issue, "couldn't resolve module/action 'kubealex.eda.eda_decision_envs'". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6712a7d..024a785 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ A sample playbook to create items using the modules is shown below: decision_env: Decision Environment 2 - name: Create EDA Decision Environments - kubealex.eda.eda_decision_envs: + kubealex.eda.eda_decision_environment: controller_url: "https://example-controller.com" controller_user: "admin" controller_password: "admin123"