From dae8b2f1e25e549dc6c9b0c2570347cf9c2fb2e7 Mon Sep 17 00:00:00 2001 From: ste7la <124734865+ste7la@users.noreply.github.com> Date: Wed, 8 Feb 2023 07:01:28 +0900 Subject: [PATCH] Update validate_config.yml --- roles/custom/matrix-bot-chatgpt/tasks/validate_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bot-chatgpt/tasks/validate_config.yml b/roles/custom/matrix-bot-chatgpt/tasks/validate_config.yml index fedf484f..3d30994c 100644 --- a/roles/custom/matrix-bot-chatgpt/tasks/validate_config.yml +++ b/roles/custom/matrix-bot-chatgpt/tasks/validate_config.yml @@ -6,5 +6,5 @@ You need to define a required configuration setting (`{{ item.name }}`). when: "item.when | bool and vars[item.name] == ''" with_items: - - {'name': 'matrix_bot_chatgpt_openai_apikey', when: true} + - {'name': 'matrix_bot_chatgpt_openai_api_key', when: true} - {'name': 'matrix_bot_chatgpt_matrix_bot_username', when: true}