Update docker to 1.12.5

Note the new ubuntu/debian version string change:
https://github.com/docker/docker/issues/29355
This commit is contained in:
Matthew Mosesohn
2016-12-16 16:30:46 +03:00
parent a2f8f17270
commit 07cd81ef58
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ docker_kernel_min_version: '3.2'
docker_versioned_pkg:
'latest': docker-engine
'1.11': docker-engine=1.11.1-0~{{ ansible_distribution_release|lower }}
'1.12': docker-engine=1.12.1-0~{{ ansible_distribution_release|lower }}
'1.12': docker-engine=1.12.5-0~ubuntu-{{ ansible_distribution_release|lower }}
docker_package_info:
pkg_mgr: apt