Add file mode to certificate file

This commit is contained in:
Nick Janetakis 2021-02-25 11:23:01 -05:00
parent f5f32583dc
commit 5c310a3c5d
No known key found for this signature in database
GPG Key ID: 3E989E86AE85B86D

View File

@ -186,6 +186,7 @@
path: "{{ acme_sh_copy_certs_to_path }}/{{ item.domains | first }}*"
group: "{{ acme_sh_become_user }}"
owner: "{{ acme_sh_become_user }}"
mode: "0644"
loop:
- "{{ acme_sh_domains }}"
when: