♻: put retrodojo in www-data format
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m22s

This commit is contained in:
VC
2025-04-07 08:47:38 +02:00
parent dd89ef99f6
commit cfdc683d12
3 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
---
retrodojo_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'retrodojo') | map(attribute='host') | first }}"
retrodojo_home: "/srv/http/{{ retrodojo_access_url }}"
retrodojo_home: "/var/www/{{ retrodojo_access_url }}"