♻: move freshrss app dir

This commit is contained in:
VC
2025-03-09 14:21:06 +01:00
parent a86577d5c1
commit 64c41a64df
5 changed files with 60 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
- name: Check freshrss version
ansible.builtin.lineinfile:
path: "{{ freshrss_home }}/constants.php"
path: "{{ freshrss_app_home }}/constants.php"
line: "const FRESHRSS_VERSION = '{{ freshrss_version }}';"
state: present
check_mode: true