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:
|
tags:
|
||||||
certbot
|
certbot
|
||||||
|
|
||||||
- name: backup the letsencrypt data files to backup host
|
- name: backup the letsencrypt certs to batcave directory
|
||||||
synchronize:
|
synchronize:
|
||||||
src: "{{ le_source_path }}"
|
src: "{{ le_source_path }}"
|
||||||
dest: "{{ le_backup_path }}/{{ item.key }}"
|
dest: "{{ le_backup_path }}/{{ item.key }}"
|
||||||
mode: pull
|
mode: pull
|
||||||
delegate_to: "{{ letsencrypt.backup_to }}"
|
|
||||||
with_dict: "{{ letsencrypt.certificates }}"
|
with_dict: "{{ letsencrypt.certificates }}"
|
||||||
when:
|
when:
|
||||||
- letsencrypt.backup_to is defined
|
- letsencrypt.backup_to is defined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue