mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 09:41: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
|
preferred_ip_protocol: ip4
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
query_response:
|
query_response:
|
||||||
- starttls: true
|
|
||||||
- expect: "^220 .*SMTP .*$"
|
- expect: "^220 .*SMTP .*$"
|
||||||
|
- starttls: true
|
||||||
- send: "HELO {{ blackbox_smtp_name }}"
|
- send: "HELO {{ blackbox_smtp_name }}"
|
||||||
- expect: "^250 .*$"
|
- expect: "^250 .*$"
|
||||||
- send: "QUIT"
|
- send: "QUIT"
|
||||||
|
|
Loading…
Reference in a new issue