Parcourir la source

Update validate_config.yml

pull/2449/head
ste7la il y a 3 ans
committed by GitHub
Parent
révision
dae8b2f1e2
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roles/custom/matrix-bot-chatgpt/tasks/validate_config.yml

+ 1
- 1
roles/custom/matrix-bot-chatgpt/tasks/validate_config.yml Voir le fichier

@@ -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}

Chargement…
Annuler
Enregistrer