Update test_sms.yml

This commit is contained in:
2025-10-14 11:57:23 +00:00
parent c07181291c
commit 547c9fadc5

View File

@@ -16,7 +16,7 @@
- name: Send SMS message
uri:
url: "https://sms.internet-master.cz/send/?number={{ sms_number }}&message=\mikrotik\{{ random_string | urlencode }}&type=class-1&username={{ sms_username }}&password={{ sms_password_send }}"
url: "https://sms.internet-master.cz/send/?number={{ sms_number }}&message=\\mikrotik\\{{ random_string | urlencode }}&type=class-1&username={{ sms_username }}&password={{ sms_password_send }}"
method: GET
return_content: true
register: send_result