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
2f701016f6
commit
238c1fb6db
1 changed files with 1 additions and 1 deletions
|
@ -125,8 +125,8 @@ modules:
|
|||
preferred_ip_protocol: ip4
|
||||
{% endif -%}
|
||||
query_response:
|
||||
- starttls: true
|
||||
- expect: "^220 .*SMTP .*$"
|
||||
- starttls: true
|
||||
- send: "HELO {{ blackbox_smtp_name }}"
|
||||
- expect: "^250 .*$"
|
||||
- send: "QUIT"
|
||||
|
|
Loading…
Reference in a new issue