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