fix: use build-essential in insight role

This commit is contained in:
Haitao Pan 2026-02-03 01:42:39 +08:00
parent 99735b4b7d
commit 584a1c3fc8

View File

@ -5,13 +5,10 @@
- name: install nodejs and build tools
tags: insight_pkg
package:
name:
- nodejs
- npm
- g++
- make
state: present
- build-essential
- name: create workbench directory
tags: insight_dir