fix certbot to use package so it works on rhel and fedora
This commit is contained in:
parent
38884a1b7c
commit
96aa29dc26
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: Install the needed packages
|
- name: Install the needed packages
|
||||||
dnf: pkg={{item}} state=present
|
package: pkg={{item}} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- certbot
|
- certbot
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue