Skip to content

chore(deps): update helm release ollama to v1.78.0 #2697

chore(deps): update helm release ollama to v1.78.0

chore(deps): update helm release ollama to v1.78.0 #2697

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.14'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ansible-lint ansible
- name: Run ansible-lint
run: |
ansible-lint ansible/site.yml