浏览代码

[tandoor] Needs bash

Colin Powell 3 年之前
父节点
当前提交
353cbe2586
共有 1 个文件被更改,包括 1 次插入1 次删除
  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