chore(litellm): skip automated db provisioning due to missing superuser password

This commit is contained in:
Haitao Pan 2026-06-11 15:57:25 +08:00
parent 4a14572b5b
commit d57ef6458d

View File

@ -10,10 +10,6 @@
- python3-psycopg2
state: present
- name: Provision LiteLLM Database
ansible.builtin.import_tasks: provision-database.yml
when: litellm_database_host | trim | length > 0
- name: Ensure litellm service group exists
ansible.builtin.group:
name: "{{ litellm_service_group }}"