feat: update destination path for Seafile docker-compose configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 16s
Nix Format Check / check-format (push) Successful in 1m0s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
2025-03-17 14:23:04 +01:00
parent ff6acb038e
commit 34bf041506

View File

@ -57,7 +57,7 @@
- name: Deploy Seafile configuration files
ansible.builtin.template:
src: docker-compose.yml.j2
dest: "{{ plex_service_dir }}/docker-compose.yml"
dest: "{{ seafile_service_dir }}/docker-compose.yml"
mode: "0644"
register: seafile_configs