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

View File

@@ -11,6 +11,7 @@
loop:
- "{{ pihole_path }}/config"
- "{{ pihole_path }}/dnsmasq"
- "/srv/http/letsencrypt"
tags: pihole
- name: flush handlers