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 -%}
|
||||
preferred_ip_protocol: ip4
|
||||
{% endif -%}
|
||||
tls: true
|
||||
query_response:
|
||||
- expect: ".*SIEVE*"
|
||||
- expect: "^OK .*$"
|
||||
|
@ -187,7 +186,6 @@ modules:
|
|||
{% if blackbox_prefer_ipv4 -%}
|
||||
preferred_ip_protocol: ip4
|
||||
{% endif -%}
|
||||
tls: true
|
||||
query_response:
|
||||
- expect: ".*SIEVE*"
|
||||
- expect: "^OK .*$"
|
||||
|
|
Loading…
Reference in a new issue