Browse Source

[tandoor] Needs bash

Colin Powell 3 years ago
parent
commit
353cbe2586
1 changed files with 1 additions and 1 deletions
  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