diff --git a/roles/copr/certbot/tasks/letsencrypt.yml b/roles/copr/certbot/tasks/letsencrypt.yml index fc6641cdfc..c302f34ca2 100644 --- a/roles/copr/certbot/tasks/letsencrypt.yml +++ b/roles/copr/certbot/tasks/letsencrypt.yml @@ -146,7 +146,5 @@ dest: "{{ le_backup_path }}/{{ item.key }}" mode: pull with_dict: "{{ letsencrypt.certificates }}" - when: - - letsencrypt.backup_to is defined tags: - certbot