Add an option to deploy with docker 1.13.0
It's already in repo, so we can finally use it.
This commit is contained in:
parent
5420fa942e
commit
9297f016d4
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ docker_versioned_pkg:
|
|||
'latest': docker-engine
|
||||
'1.11': docker-engine=1.11.1-0~{{ ansible_distribution_release|lower }}
|
||||
'1.12': docker-engine=1.12.5-0~ubuntu-{{ ansible_distribution_release|lower }}
|
||||
'1.13': docker-engine=1.13.0-0~ubuntu-{{ ansible_distribution_release|lower }}
|
||||
|
||||
docker_package_info:
|
||||
pkg_mgr: apt
|
||||
|
|
Loading…
Reference in a new issue