Skip to content
Snippets Groups Projects
Unverified Commit cd64f415 authored by Andreas Krüger's avatar Andreas Krüger Committed by GitHub
Browse files

Merge pull request #2844 from chechiachang/fix-inconsistent-variable-in-task-name-and-msg

Fix inconsistent variables in task name and task message
parents df279b1f e1cfe838
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ dockerproject_repo_key_info: ...@@ -17,7 +17,7 @@ dockerproject_repo_key_info:
dockerproject_repo_info: dockerproject_repo_info:
repos: repos:
docker_dns_servers_strict: yes docker_dns_servers_strict: true
docker_container_storage_setup: false docker_container_storage_setup: false
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
- name: check number of nameservers - name: check number of nameservers
fail: fail:
msg: "Too many nameservers. You can relax this check by set docker_dns_servers_strict=no 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 all.yml and we will only use the first 3."
when: docker_dns_servers|length > 3 and docker_dns_servers_strict|bool when: docker_dns_servers|length > 3 and docker_dns_servers_strict|bool
- name: rtrim number of nameservers to 3 - name: rtrim number of nameservers to 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment