Merge pull request #50 from wedi/dont_ignore_key_error

Make ignoring repository key error optional
This commit is contained in:
Jeff Geerling
2018-05-01 21:27:24 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ docker_compose_path: /usr/local/bin/docker-compose
# Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed.
docker_apt_release_channel: stable
docker_apt_repository: "deb https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}"
docker_apt_ignore_key_error: true
# Used only for RedHat/CentOS.
docker_yum_repo_url: https://download.docker.com/linux/centos/docker-{{ docker_edition }}.repo