From adacdda404a74a4cdcc8ad2930f399eed069f0ba Mon Sep 17 00:00:00 2001 From: Kharec Date: Sun, 16 Nov 2025 17:39:48 +0100 Subject: [PATCH] fix: clean archive only if it's there --- tasks/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/deploy.yml b/tasks/deploy.yml index 46acfe0..93ee855 100644 --- a/tasks/deploy.yml +++ b/tasks/deploy.yml @@ -22,6 +22,7 @@ ansible.builtin.file: name: "{{ freshrss_root_dir }}/freshrss-{{ freshrss_version }}.tar.gz" state: absent + when: not freshrss_dir.stat.exists - name: Give ownership to www-data ansible.builtin.file: