mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
7 lines
207 B
Bash
Executable file
7 lines
207 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source test-settings.sh
|
|
|
|
room_resp=` echo "{\"ANSIBLE_MODULE_ARGS\": {\"hs_url\": \"${HS_URL}\",\"token\": \"${TOKEN}\",\"alias\": \"${ROOM_ALIAS}\"}}" | python matrix-room.py`
|
|
|
|
echo $room_resp
|