Optimized nextcloud variable declaration

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-02 00:19:55 +02:00
parent 2629603012
commit b4ea171908
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -1,2 +1,2 @@
user_home_directory: "/home/{{users.client.username}}/"
cloud_directory: "{{user_home_directory}}Clouds/{{cloud_fqdn}}/{{users.client.username}}/"
user_home_directory: "/home/{{users.client.username}}/" # Home directory of the user
cloud_directory: "{{user_home_directory}}Clouds/{{cloud_fqdn}}/{{users.client.username}}/" # Folder which contains the cloud data