mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Wrapping room parameter in a string in case of using room IDs
This commit is contained in:
committed by
Matt Clay
parent
43d2e3ad68
commit
7d072140b3
@@ -178,7 +178,7 @@ def main():
|
||||
)
|
||||
|
||||
token = module.params["token"]
|
||||
room = module.params["room"]
|
||||
room = str(module.params["room"])
|
||||
msg = module.params["msg"]
|
||||
msg_from = module.params["msg_from"]
|
||||
color = module.params["color"]
|
||||
|
||||
Reference in New Issue
Block a user