mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Convert docker_versioned_pkg dict keys to string
This will allow to use '-e docker_version=1.12' in ansible playbook execution. It's also backward-compatible and will work with floating docker_version format in custom yaml files. Closes #702
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
docker_version: 1.10
|
||||
docker_version: '1.10'
|
||||
|
||||
docker_package_info:
|
||||
pkgs:
|
||||
|
||||
Reference in New Issue
Block a user