diff --git a/changelogs/fragments/180-fix-tls-in-tool-email.yml b/changelogs/fragments/180-fix-tls-in-tool-email.yml index de6551cf..0a694985 100644 --- a/changelogs/fragments/180-fix-tls-in-tool-email.yml +++ b/changelogs/fragments/180-fix-tls-in-tool-email.yml @@ -1,2 +1,2 @@ bugfixes: - - community.routeros.api_modify - fix missing parameter ``tls`` for ``/tool/e-mail``. The error ``FAILED! => {"changed": false, "msg": "Unknown key \"tls\"."}`` was raised (https://github.com/ansible-collections/community.routeros/issues/179). + - api_modify, api_info - add missing parameter ``tls`` for the ``tool e-mail`` path (https://github.com/ansible-collections/community.routeros/issues/179, https://github.com/ansible-collections/community.routeros/pull/180).