Add npm + python3-venv

This commit is contained in:
sebastian
2025-04-22 10:04:01 +02:00
parent 69a8014937
commit c5007a319e

View File

@@ -33,6 +33,7 @@
- mosh
- nmap
- tcpdump
- fdfind
ignore_errors: true
- name: Install additionall packages...
@@ -41,6 +42,20 @@
- colordiff
ignore_errors: true
- name: Install NPM
ansible.builtin.package:
name:
- npm
ignore_errors: true
- name: Install Python dependencies
ansible.builtin.package:
name:
- python3-venv
ignore_errors: true
- name: Install additionall packages...
ansible.builtin.package:
name: