From 81aa895b539bff141fad80a48a15c8cd6c80c53e Mon Sep 17 00:00:00 2001 From: Raphael Kastner Date: Mon, 28 Oct 2019 13:05:06 +0100 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a49840..34eefc5 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ Docker Compose installation options. docker_apt_arch: amd64 docker_apt_repository: "deb [arch={{ docker_apt_arch }}] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}" docker_apt_ignore_key_error: True + docker_apt_version: "5:18.09" -(Used only for Debian/Ubuntu.) You can switch the channel to `edge` if you want to use the Edge release. +(Used only for Debian/Ubuntu.) You can switch the channel to `edge` if you want to use the Edge release. If you need to pin the docker version you can set docker_apt_version. It defaults to the latest available though. docker_yum_repo_url: https://download.docker.com/linux/centos/docker-{{ docker_edition }}.repo docker_yum_repo_enable_edge: 0