feat: remove .env.j2 file and update docker-compose.yml.j2 to use inline environment variables
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 16s
Nix Format Check / check-format (push) Successful in 57s
Python Lint Check / check-python (push) Failing after 14s

This commit is contained in:
2025-03-17 14:19:30 +01:00
parent 2d0d8e2dc6
commit ff6acb038e
3 changed files with 34 additions and 69 deletions

View File

@@ -56,12 +56,9 @@
- name: Deploy Seafile configuration files
ansible.builtin.template:
src: "{{ item }}"
dest: "{{ seafile_service_dir }}/{{ item | replace('.j2', '') }}"
src: docker-compose.yml.j2
dest: "{{ plex_service_dir }}/docker-compose.yml"
mode: "0644"
loop:
- docker-compose.yml.j2
- .env.j2
register: seafile_configs
- name: Stop Seafile service