mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
* Fixes #179: Add missing /tool/e-mail parameter "tls" In the [documentation](https://help.mikrotik.com/docs/display/ROS/E-mail#Email-Properties) the parameter "tls" is mentioned but it cannot be used. The old "start-tls" parameter is not mentioned there (only on the [old documentation](https://wiki.mikrotik.com/wiki/Manual:Tools/email#Properties)). Trying to use the paramter "tls" lead to the erro message `FAILED! => {"changed": false, "msg": "Unknown key \"tls\"."}`. * Add changelog fragment * Update changelogs/fragments/180-fix-tls-in-tool-email.yml As suggested by felixfontein Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Johannes Münch <git@washiza.eu> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
d098c209e7
commit
af28e6419f
2 changed files with 3 additions and 0 deletions
|
@ -2451,6 +2451,7 @@ PATHS = {
|
|||
'password': KeyInfo(default=''),
|
||||
'port': KeyInfo(default=25),
|
||||
'start-tls': KeyInfo(default=False),
|
||||
'tls': KeyInfo(default=False),
|
||||
'user': KeyInfo(default=''),
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue