exclude romm_library_path from managed subdirectories
This commit is contained in:
@@ -8,10 +8,12 @@ dependencies:
|
|||||||
- role: patrickj.docker_compose_app.app
|
- role: patrickj.docker_compose_app.app
|
||||||
vars:
|
vars:
|
||||||
app_role_name: romm
|
app_role_name: romm
|
||||||
|
# romm_library_path is intentionally excluded: it's user-managed
|
||||||
|
# external storage (often on NFS/SMB with pre-existing perms).
|
||||||
app_subdirectories: >-
|
app_subdirectories: >-
|
||||||
{{
|
{{
|
||||||
[romm_library_path, romm_assets_path, romm_config_path,
|
[romm_assets_path, romm_config_path, romm_resources_path,
|
||||||
romm_resources_path, romm_mysql_data_path]
|
romm_mysql_data_path]
|
||||||
+ ([romm_redis_data_path] if romm_redis_data_path else [])
|
+ ([romm_redis_data_path] if romm_redis_data_path else [])
|
||||||
}}
|
}}
|
||||||
app_backup_subdirectories:
|
app_backup_subdirectories:
|
||||||
|
|||||||
Reference in New Issue
Block a user