mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-03 19:34:18 +01:00
update validate_config.yml
This commit is contained in:
parent
9615855cfa
commit
b738486684
@ -8,3 +8,15 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- { 'name': 'matrix_bot_chatgpt_openai_api_key', when: true }
|
- { 'name': 'matrix_bot_chatgpt_openai_api_key', when: true }
|
||||||
- { 'name': 'matrix_bot_chatgpt_matrix_bot_username', when: true }
|
- { 'name': 'matrix_bot_chatgpt_matrix_bot_username', when: true }
|
||||||
|
|
||||||
|
|
||||||
|
- name: Fail if OpenAI configuration not up-to-date.
|
||||||
|
ansible.builtin.fail:
|
||||||
|
msg: >-
|
||||||
|
Your configuration contains a varible that is no longer used.
|
||||||
|
Please change your configuration to remove the variable (`{{ item.name }}`).
|
||||||
|
when: "item.name in vars"
|
||||||
|
with_items:
|
||||||
|
- { 'name': 'matrix_bot_chatgpt_openai_email' }
|
||||||
|
- { 'name': 'matrix_bot_chatgpt_openai_password' }
|
||||||
|
- { 'name': 'matrix_bot_chatgpt_openai_login_type' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user