Fix value type warning during repo configure

This commit is contained in:
Jonas Bunevičius 2019-11-13 10:02:23 +02:00 committed by GitHub
parent 416c0c9a06
commit 6350afa0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: []