certbot: typo in ACL specification

This commit is contained in:
Pavel Raiskup 2021-12-07 14:25:01 +01:00
parent 41c3c869aa
commit 06dcef4c38

View file

@ -69,6 +69,7 @@
- name: allow lighttpd to step into certbots directories - name: allow lighttpd to step into certbots directories
acl: acl:
path: "{{ item }}" path: "{{ item }}"
entity: lighttpd
etype: user etype: user
permissions: --x permissions: --x
state: present state: present