]> git.ekhem.eu.org Git - turnup.git/commitdiff
Install python-venv when creating virtual environments.
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 16 Oct 2023 21:38:00 +0000 (23:38 +0200)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:46:45 +0000 (19:46 +0100)
storage_drive.yaml
yt_dlp_server.yaml

index a4f04b464388437e437cb813a8e9b36140e76b84..e87439ea33de5d0f2143b82b43564461b7f0417e 100644 (file)
         owner: git
         group: storage
       become: true
+    - name: Install python-venv
+      package:
+        name:
+          - python3.11-venv
+        state: latest
+      become: yes
     - name: Checkout to the destination directory
       command: |
         git --work-tree={{ dest }} --git-dir={{ item }} checkout main --force
index ea72847ae4338fccd5f6f19e385d93bd2dbbd930..01333689028d0547fd7a32b271076bedc05fc6ac 100644 (file)
@@ -26,6 +26,7 @@
       package:
         name:
           - ffmpeg
+          - python3.11-venv
         state: latest
       become: yes
     - name: Checkout to the destination directory