copr/certbot: fix c&p issues from the previous experiment
This commit is contained in:
parent
01adf1cbd2
commit
ccc039b325
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue