fix certbot to use package so it works on rhel and fedora

This commit is contained in:
Kevin Fenzi 2017-04-06 20:34:35 +00:00
parent 38884a1b7c
commit 96aa29dc26

View file

@ -1,5 +1,5 @@
- name: Install the needed packages
dnf: pkg={{item}} state=present
package: pkg={{item}} state=present
with_items:
- certbot