cert distribution task fix

This commit is contained in:
muppeth 2024-03-08 23:10:23 +01:00
parent 659818149d
commit 26793093a0
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
- name: '[COPY CERTS] - Copy certs archive to webservers'
synchronize:
src: '/etc/ansible/ssl/{{ item.name }}/live/{{ item.letsencrypt_domains }}'
src: '/etc/ansible/ssl/{{ item.server }}/live/{{ item.domain }}'
dest: '/etc/letsencrypt/live/{{ item.domain }}'
owner: '{{ item.owner }}'
group: '{{ item.group }}'