geerlingguy / ansible-role-docker

Ansible Role - Docker
https://galaxy.ansible.com/geerlingguy/docker/
MIT License
1.84k stars 857 forks source link

OS-specific override does not take effect because of a typo #390

Closed abalage closed 1 year ago

abalage commented 1 year ago

PR #320 added support for overriding the package name of docker. However the variable name set in vars/*.yml (docker_package) is not the same as in the defaults (docker_packages) therefore no override happens.

PR #389 fixes it.

stale[bot] commented 1 year ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

abalage commented 1 year ago

Further activity.

stale[bot] commented 1 year ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

abalage commented 1 year ago

Fix already merged. Closing this issue.