使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
overmind
/
matrix-docker-ansible-deploy
镜像自地址
https://github.com/spantaleev/matrix-docker-ansible-deploy
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Config validation not required
Validate_config was copied from the telegram bridge code, but doesn't apply to the facebook bridge.
pull/188/head
Jason Locklin
6 年前
父节点
a8b633561d
当前提交
54a281a425
共有
2 个文件被更改
,包括
0 次插入
和
16 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+0
-6
roles/matrix-bridge-mautrix-facebook/tasks/main.yml
+0
-10
roles/matrix-bridge-mautrix-facebook/tasks/validate_config.yml
+ 0
- 6
roles/matrix-bridge-mautrix-facebook/tasks/main.yml
查看文件
@@ -2,12 +2,6 @@
tags:
- always
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
when: "run_setup|bool and matrix_mautrix_facebook_enabled|bool"
tags:
- setup-all
- setup-mautrix-facebook
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
when: "run_setup|bool and matrix_mautrix_facebook_enabled|bool"
tags:
+ 0
- 10
roles/matrix-bridge-mautrix-facebook/tasks/validate_config.yml
查看文件
@@ -1,10 +0,0 @@
---
- name: Fail if required settings not defined
fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- "matrix_mautrix_facebook_api_id"
- "matrix_mautrix_facebook_api_hash"
撰写
预览
正在加载...
取消
保存