mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-21 17:21:01 +01:00
fix managesieve tls
This commit is contained in:
parent
5cfb1bdc94
commit
6b1c66df0d
1 changed files with 0 additions and 2 deletions
|
@ -175,7 +175,6 @@ modules:
|
||||||
{% if blackbox_prefer_ipv4 -%}
|
{% if blackbox_prefer_ipv4 -%}
|
||||||
preferred_ip_protocol: ip4
|
preferred_ip_protocol: ip4
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
tls: true
|
|
||||||
query_response:
|
query_response:
|
||||||
- expect: ".*SIEVE*"
|
- expect: ".*SIEVE*"
|
||||||
- expect: "^OK .*$"
|
- expect: "^OK .*$"
|
||||||
|
@ -187,7 +186,6 @@ modules:
|
||||||
{% if blackbox_prefer_ipv4 -%}
|
{% if blackbox_prefer_ipv4 -%}
|
||||||
preferred_ip_protocol: ip4
|
preferred_ip_protocol: ip4
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
tls: true
|
|
||||||
query_response:
|
query_response:
|
||||||
- expect: ".*SIEVE*"
|
- expect: ".*SIEVE*"
|
||||||
- expect: "^OK .*$"
|
- expect: "^OK .*$"
|
||||||
|
|
Loading…
Reference in a new issue