geerlingguy / ansible-role-docker

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

Set default docker_package for Archlinux distribution #380

Closed adamantike closed 1 year ago

adamantike commented 1 year ago

Instead of the current role's default value for docker_package (docker-ce), the package name for the Archlinux OS distribution is docker [1].

Considerations:

[1] https://archlinux.org/packages/community/x86_64/docker/ [2] https://docs.ansible.com/ansible/2.6/user_guide/playbooks_conditionals.html#ansible-distribution [3] https://docs.ansible.com/ansible/2.6/user_guide/playbooks_conditionals.html#ansible-os-family [4] https://galaxy.ansible.com/api/v1/platforms/?name__icontains=arch