ansible-modules-matrix/test-room.sh

8 lines
207 B
Bash
Raw Permalink Normal View History

2020-02-10 17:25:13 +00:00
#!/bin/bash
source test-settings.sh
2020-02-14 11:42:54 +00:00
room_resp=` echo "{\"ANSIBLE_MODULE_ARGS\": {\"hs_url\": \"${HS_URL}\",\"token\": \"${TOKEN}\",\"alias\": \"${ROOM_ALIAS}\"}}" | python matrix_room.py`
2020-02-10 17:25:13 +00:00
echo $room_resp