Update some docker defaults (#7499)

This commit is contained in:
Florian Ruynat
2021-04-15 00:13:07 +02:00
committed by GitHub
parent b47c21c683
commit cd9a03f86c
4 changed files with 6 additions and 8 deletions

View File

@@ -47,7 +47,7 @@
- name: check number of nameservers
fail:
msg: "Too many nameservers. You can relax this check by set docker_dns_servers_strict=false in all.yml and we will only use the first 3."
msg: "Too many nameservers. You can relax this check by set docker_dns_servers_strict=false in docker.yml and we will only use the first 3."
when: docker_dns_servers|length > 3 and docker_dns_servers_strict|bool
- name: rtrim number of nameservers to 3