Etherpad role

This commit is contained in:
Béla Becker
2021-01-21 00:06:35 +01:00
parent 8355348aae
commit 4b451ff782
10 changed files with 374 additions and 0 deletions

View File

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