geerlingguy / ansible-role-certbot

Ansible Role - Certbot (for Let's Encrypt)
https://galaxy.ansible.com/geerlingguy/certbot/
MIT License
793 stars 348 forks source link

Add conditional to handle old name of PowerTools repo for CentOS 8.2.2004 and earlier #160

Closed jivanpal closed 3 years ago

jivanpal commented 3 years ago

The name of the PowerTools repo was changed from PowerTools to powertools in CentOS 8.3.2011: see here. This causes the "Enable DNF module for CentOS 8+" task to fail on CentOS 8.0–8.2. This PR fixes that.