feat: remove Caddy and Seadoc service configurations from Seafile deployment
This commit is contained in:
@@ -58,7 +58,6 @@
|
||||
mode: "0644"
|
||||
loop:
|
||||
- docker-compose.yml.j2
|
||||
- seadoc.yml.j2
|
||||
- .env.j2
|
||||
register: seafile_configs
|
||||
|
||||
@@ -70,7 +69,7 @@
|
||||
- connect_network.rc != 0
|
||||
- "'already exists' not in connect_network.stderr"
|
||||
when: seafile_configs.changed
|
||||
|
||||
|
||||
- name: Stop Seafile service
|
||||
ansible.builtin.command: docker compose -f "{{ seafile_service_dir }}/docker-compose.yml" down --remove-orphans
|
||||
when: seafile_configs.changed
|
||||
|
||||
Reference in New Issue
Block a user