mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
fix certbot to use package so it works on rhel and fedora
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: Install the needed packages
|
||||
dnf: pkg={{item}} state=present
|
||||
package: pkg={{item}} state=present
|
||||
with_items:
|
||||
- certbot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user