From: Jakub Czajka Date: Sat, 6 Dec 2025 16:59:35 +0000 (+0100) Subject: Install nodejs for yt-dlp. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=c7bb18a5fbb1a3ed146817c5bfcd4b954666099f;p=metadata.git Install nodejs for yt-dlp. --- 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