♻: rename _local_path vars into _home vars
This commit is contained in:
@@ -4,5 +4,5 @@ freshrss_version: "1.25.0"
|
||||
freshrss_url: "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/{{ freshrss_version }}.tar.gz"
|
||||
|
||||
freshrss_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'freshrss') | map(attribute='host') | first }}"
|
||||
freshrss_local_path: "/srv/http/{{ freshrss_access_url }}"
|
||||
freshrss_config_path: "{{ freshrss_local_path }}/data/config.php"
|
||||
freshrss_home: "/srv/http/{{ freshrss_access_url }}"
|
||||
freshrss_config_path: "{{ freshrss_home }}/data/config.php"
|
||||
|
Reference in New Issue
Block a user