From 96aa29dc26e5cb4ee5831395a002fe0fe0ba95a2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 6 Apr 2017 20:34:35 +0000 Subject: [PATCH] fix certbot to use package so it works on rhel and fedora --- roles/certbot/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml index a3c8122a83..f6160ef09c 100644 --- a/roles/certbot/tasks/main.yml +++ b/roles/certbot/tasks/main.yml @@ -1,5 +1,5 @@ - name: Install the needed packages - dnf: pkg={{item}} state=present + package: pkg={{item}} state=present with_items: - certbot