added honoroit

This commit is contained in:
rakshazi
2022-01-06 20:30:10 +02:00
parent 7dfb68b7f8
commit 407e8c4940
14 changed files with 402 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
- name: Fail if required settings not defined
fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- "matrix_bot_honoroit_password"
- "matrix_bot_honoroit_roomid"