corrected letsencrypt permissions for podman, post-hook
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
path: /srv/http/letsencrypt
|
||||
owner: "{{ podman_user }}"
|
||||
group: "{{ podman_user }}"
|
||||
mode: 0644
|
||||
mode: 0755
|
||||
state: directory
|
||||
tags:
|
||||
- ssl
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
loop:
|
||||
- "{{ pihole_path }}/config"
|
||||
- "{{ pihole_path }}/dnsmasq"
|
||||
- "/srv/http/letsencrypt"
|
||||
tags: pihole
|
||||
|
||||
- name: flush handlers
|
||||
|
||||
Reference in New Issue
Block a user