mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
fixup! add some hookshot config validation
This commit is contained in:
parent
2a91a43b32
commit
f136c1fb8f
@ -15,7 +15,7 @@
|
|||||||
You need to define a required configuration setting (`{{ item }}`) to enable GitHub.
|
You need to define a required configuration setting (`{{ item }}`) to enable GitHub.
|
||||||
when: "matrix_hookshot_github_enabled and vars[item] == ''"
|
when: "matrix_hookshot_github_enabled and vars[item] == ''"
|
||||||
with_items:
|
with_items:
|
||||||
- "matrix_hookshot_github_id"
|
- "matrix_hookshot_github_appid"
|
||||||
- "matrix_hookshot_github_secret"
|
- "matrix_hookshot_github_secret"
|
||||||
|
|
||||||
- name: Fail if required GitHub OAuth settings not defined
|
- name: Fail if required GitHub OAuth settings not defined
|
||||||
|
Loading…
Reference in New Issue
Block a user