Add nodejs and python-pip to gitea_runner dependencies

Node.js is required by JS-based actions (e.g. actions/checkout@v4)
on native host runners. python-pip is needed for ansible-lint install.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Adyrem
2026-05-13 17:39:41 +02:00
parent 39be9fafe7
commit 6e50504923
@@ -4,6 +4,8 @@
name: name:
- git - git
- docker - docker
- nodejs
- python-pip
state: present state: present
- name: Enable and start Docker - name: Enable and start Docker