Procházet zdrojové kódy

[tandoor] Needs bash

Colin Powell před 3 roky
rodič
revize
353cbe2586
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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