瀏覽代碼

Fix validation task

pull/1920/head
Slavi Pantaleev 3 年之前
committed by GitHub
父節點
當前提交
6fdadfc47f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-bridge-mautrix-whatsapp/tasks/validate_config.yml

+ 1
- 1
roles/matrix-bridge-mautrix-whatsapp/tasks/validate_config.yml 查看文件

@@ -17,4 +17,4 @@
Please change your configuration to rename the variable (`{{ item.old }}` -> `{{ item.new }}`).
when: "item.old in vars"
with_items:
- {'old': 'matrix_mautrix_whatsapp_log_level', 'new': '<superseded by matrix_mautrix_whatsapp_logging_level>'}
- {'old': 'matrix_mautrix_whatsapp_log_level', 'new': 'matrix_mautrix_whatsapp_logging_level'}

Loading…
取消
儲存