chore(litellm): skip automated db provisioning due to missing superuser password
This commit is contained in:
parent
4a14572b5b
commit
d57ef6458d
@ -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 }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user