mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2025-01-13 18:01:19 +01:00
Add file mode to certificate file
This commit is contained in:
parent
f5f32583dc
commit
5c310a3c5d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user