Broke a few things, added a few more
This commit is contained in:
5
ansible/roles/llama_cpp/tasks/main.yml
Normal file
5
ansible/roles/llama_cpp/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Include selected operations for llama.cpp
|
||||
tags:
|
||||
- llama_cpp
|
||||
ansible.builtin.include_tasks: "{{ deployment_action|default('deploy') }}/main.yml"
|
||||
Reference in New Issue
Block a user