mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2025-01-14 18:11: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 }}*"
|
path: "{{ acme_sh_copy_certs_to_path }}/{{ item.domains | first }}*"
|
||||||
group: "{{ acme_sh_become_user }}"
|
group: "{{ acme_sh_become_user }}"
|
||||||
owner: "{{ acme_sh_become_user }}"
|
owner: "{{ acme_sh_become_user }}"
|
||||||
|
mode: "0644"
|
||||||
loop:
|
loop:
|
||||||
- "{{ acme_sh_domains }}"
|
- "{{ acme_sh_domains }}"
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user