ansible-modules-matrix/test-room.sh

8 lines
207 B
Bash
Raw Normal View History

2020-02-10 17:25:13 +00:00
#!/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