mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-20 09:11:43 +02:00
12 lines
310 B
YAML
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
|