Remove handling of deprecated variable docker_pkg_name
haxorof opened this issue · 0 comments
haxorof commented
Because Docker now separated the cli into a separate package since 18.09 the docker_pkg_name
cannot handle this and is replaced by docker_version
which handle it in a bit smarter way.
ansible-role-docker-ce/tests/test_old_version.yml
Lines 7 to 11 in 31db975
ansible-role-docker-ce/tasks/main.yml
Lines 80 to 84 in e16e8fe
ansible-role-docker-ce/defaults/main.yml
Lines 11 to 13 in ea01711