famedly / famedly.matrix / 0.2.2 / module / matrix_logout Log out of matrix Authors: Jan Christian Grünhage (@jcgruenhage) preview | supported by communityfamedly.matrix.matrix_logout (0.2.2) — module
Install with ansible-galaxy collection install famedly.matrix:==0.2.2
collections: - name: famedly.matrix version: 0.2.2
Invalidate an access token by logging out
- name: Invalidate access token matrix_logout: hs_url: "https://matrix.org" token: "{{ matrix_auth_token }}"
token: description: - Authentication token for the API call required: true hs_url: description: - URL of the homeserver, where the CS-API is reachable required: true