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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user