Fix int to string implicit conversion issue.

This commit is contained in:
Jeff Geerling
2019-12-11 09:27:09 -06:00
parent 368226babd
commit 3cba7a9e6f
2 changed files with 4 additions and 4 deletions

View File

@@ -22,8 +22,8 @@ docker_apt_ignore_key_error: true
# Used only for RedHat/CentOS/Fedora.
docker_yum_repo_url: https://download.docker.com/linux/{{ (ansible_distribution == "Fedora") | ternary("fedora","centos") }}/docker-{{ docker_edition }}.repo
docker_yum_repo_enable_edge: 0
docker_yum_repo_enable_test: 0
docker_yum_repo_enable_edge: '0'
docker_yum_repo_enable_test: '0'
# A list of users who will be added to the docker group.
docker_users: []