geerlingguy / ansible-role-docker

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

Correct gnupg installation condition #359

Closed megabug closed 2 years ago

megabug commented 2 years ago

The condition for whether to install gnupg (vs. gnupg2) is incorrect; it should be an inverse of the gnupg2 one but instead checks for a Ubuntu version on non-Ubuntu (i.e. Debian) distributions.