From c7bb18a5fbb1a3ed146817c5bfcd4b954666099f Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sat, 6 Dec 2025 17:59:35 +0100 Subject: [PATCH] Install nodejs for yt-dlp. --- ydlpd.git/deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ydlpd.git/deploy.yaml b/ydlpd.git/deploy.yaml index c1147bc..ca4aef9 100644 --- a/ydlpd.git/deploy.yaml +++ b/ydlpd.git/deploy.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Jakub Czajka +# Copyright (c) 2023-2025 Jakub Czajka # License: GPL-3.0 or later. - hosts: servers @@ -13,12 +13,13 @@ extra_args: --break-system-packages state: latest become: true - - name: Install fcgiwrap, ffmpeg and nginx + - name: Install fcgiwrap, ffmpeg, nginx and nodejs package: name: - fcgiwrap - ffmpeg - nginx + - nodejs state: latest become: true - name: Create destination directory -- 2.47.3