Files
ansible/roles/geerlingguy.certbot/tasks/setup-RedHat.yml
Gabenov Stanislav 4e5abeef56 Initial
2026-02-09 20:26:15 +03:00

12 lines
310 B
YAML

---
# See: https://github.com/geerlingguy/ansible-role-certbot/issues/107
- name: Ensure dnf-plugins are installed on Rocky/AlmaLinux.
yum:
name: dnf-plugins-core
state: present
- name: Enable DNF module for Rocky/AlmaLinux.
shell: |
dnf config-manager --set-enabled crb
changed_when: false