Add nodejs and python-pip to gitea_runner dependencies
Ansible Lint / lint (push) Failing after 6s

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 26648a5717
commit 0ca7885908
@@ -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