Initial
This commit is contained in:
11
roles/geerlingguy.certbot/tasks/setup-RedHat.yml
Normal file
11
roles/geerlingguy.certbot/tasks/setup-RedHat.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user