Move mautrix-facebook into a separate role

This commit is contained in:
Slavi Pantaleev
2019-05-15 09:34:31 +09:00
parent bb816df557
commit 43fd3cc274
13 changed files with 115 additions and 63 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_mautrix_facebook_api_id"
- "matrix_mautrix_facebook_api_hash"