ansible-modules-matrix/test-room.sh
2020-02-14 12:42:54 +01:00

8 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