copr/certbot: fix c&p issues from the previous experiment

This commit is contained in:
Pavel Raiskup 2022-02-02 21:41:06 +01:00
parent 01adf1cbd2
commit ccc039b325

View file

@ -140,12 +140,11 @@
tags:
certbot
- name: backup the letsencrypt data files to backup host
- name: backup the letsencrypt certs to batcave directory
synchronize:
src: "{{ le_source_path }}"
dest: "{{ le_backup_path }}/{{ item.key }}"
mode: pull
delegate_to: "{{ letsencrypt.backup_to }}"
with_dict: "{{ letsencrypt.certificates }}"
when:
- letsencrypt.backup_to is defined