Quellcode durchsuchen

[tandoor] Needs bash

Colin Powell vor 3 Jahren
Ursprung
Commit
353cbe2586
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ansible/roles/tandoor/tasks/main.yml

+ 1 - 1
ansible/roles/tandoor/tasks/main.yml

@@ -1,7 +1,7 @@
 ---
 - name: Dependencies installed
   community.general.pkgng:
-    name: py38-pip,py38-cryptography,py38-pillow,rust,libxslt,libxml2,py38-ldap,yarn,git-tiny,py38-cffi,py38-psycopg2
+    name: py38-pip,py38-cryptography,py38-pillow,rust,libxslt,libxml2,py38-ldap,yarn,git-tiny,py38-cffi,py38-psycopg2,bash
     state: latest
 
 - name: Source folder exists