Commit graph

2 commits

Author SHA1 Message Date
Jadyn Emma Jaeger
c076c1bba8
fix(AnsibleNioModule): typo - error_json has to be fail_json 2021-04-28 11:22:42 +02:00
Jadyn Emma Jaeger
0a4af363d3
refactor(modules): add matrix_utils.AnsibleNioModule helper class, edit all modules accordingly
Matrix Login can be performed with username/password or token from each module.
`matrix_[uia]_login` and `matrix_logout` is only needed, longer operations are wanted.
modules called with username/password will logout automatically.
The login/logout process is handled by the helper class (except matrix_uia_login).
2021-04-19 10:14:49 +02:00