geerlingguy / ansible-role-certbot

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

Error enabling DNF modules #157

Closed bzamaere closed 2 years ago

bzamaere commented 3 years ago

Running into this issue: TASK [geerlingguy.certbot : Enable DNF module for CentOS 8+.] **** fatal: [172.16.0.191]: FAILED! => {"changed": false, "cmd": "dnf config-manager --set-enabled powertools\n", "delta": "0:00:00.293489", "end": "2021-06-28 17:07:34.137045", "msg": "non-zero return code", "rc": 1, "start": "2021-06-28 17:07:33.843556", "stderr": "Error: No matching repo to modify: powertools.", "stderr_lines": ["Error: No matching repo to modify: powertools."], "stdout": "", "stdout_lines": []}

Looks like dnf wants "PowerTools" not "powertools".

kaihei777 commented 3 years ago

mee too

stale[bot] commented 3 years 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.

stale[bot] commented 2 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.