diff --git a/roles/copr/certbot/tasks/letsencrypt.yml b/roles/copr/certbot/tasks/letsencrypt.yml index 4df1d6955d..1f8d4137ea 100644 --- a/roles/copr/certbot/tasks/letsencrypt.yml +++ b/roles/copr/certbot/tasks/letsencrypt.yml @@ -69,6 +69,7 @@ - name: allow lighttpd to step into certbots directories acl: path: "{{ item }}" + entity: lighttpd etype: user permissions: --x state: present