mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 01:31:01 +01:00
Fix blackbox smtp starttls
This commit is contained in:
parent
238c1fb6db
commit
395319b813
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ modules:
|
|||
{% endif -%}
|
||||
query_response:
|
||||
- expect: "^220 .*SMTP .*$"
|
||||
- send: "STARTTLS"
|
||||
- expect: "^220.*TLS.*"
|
||||
- starttls: true
|
||||
- send: "HELO {{ blackbox_smtp_name }}"
|
||||
- expect: "^250 .*$"
|
||||
|
|
Loading…
Reference in a new issue