1
0
Fork 0
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:
s3lph 2021-02-20 23:25:18 +01:00
parent 5cfb1bdc94
commit 6b1c66df0d

View file

@ -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 .*$"