fix: clean archive only if it's there
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
name: "{{ freshrss_root_dir }}/freshrss-{{ freshrss_version }}.tar.gz"
|
name: "{{ freshrss_root_dir }}/freshrss-{{ freshrss_version }}.tar.gz"
|
||||||
state: absent
|
state: absent
|
||||||
|
when: not freshrss_dir.stat.exists
|
||||||
|
|
||||||
- name: Give ownership to www-data
|
- name: Give ownership to www-data
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|||||||
Reference in New Issue
Block a user