corrected letsencrypt permissions for podman, post-hook

This commit is contained in:
Bastian de Byl
2022-07-18 23:34:21 -04:00
parent fb1c0c7264
commit c1b6fe4f26
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
path: /srv/http/letsencrypt
owner: "{{ podman_user }}"
group: "{{ podman_user }}"
mode: 0644
mode: 0755
state: directory
tags:
- ssl