Explain requirements for these modules

This commit is contained in:
Jan Christian Grünhage 2020-02-14 02:38:46 +01:00
parent fac5ef7f68
commit 0b1aa650d8

View file

@ -6,6 +6,11 @@ This repo contains a few ansible modules for working with matrix rooms.
To install these modules so that you can use them, put them into `~/.ansible/plugins/modules/` or for global installation, install them to `/usr/share/ansible/plugins/modules/`.
## Requirements
- **nio:** The modules require matrix-nio to be required on the target. Some bugs and missing features were found during the development of these modules, which have been fixed in the case of bugs and implemented in the case of missing features. Until they are merged upstream, you have to install the matrix-nio library from source using https://github.com/poljar/matrix-nio/pull/102.
- **Python >= 3.5:** The modules make extensive use of async/await, so only Python 3.5 or later are supported. These modules have only been tested with Python 3.8 so far.
## Usage
For a usage example including all modules, look at the example playbook below.