Rename to bot_maubot and fix permission error

This commit is contained in:
Julian-Samuel Gebühr
2022-06-23 21:57:52 +02:00
parent eb25d54246
commit 1316656998
11 changed files with 89 additions and 85 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_maubot_secret
- matrix_bot_maubot_admins