Kaynağa Gözat

[recipes] Update Tandoors requirments and src location

Colin Powell 8 ay önce
ebeveyn
işleme
ad4b0d8866
1 değiştirilmiş dosya ile 8 ekleme ve 2 silme
  1. 8 2
      lab/ansible/roles/tandoor/tasks/main.yml

+ 8 - 2
lab/ansible/roles/tandoor/tasks/main.yml

@@ -1,7 +1,7 @@
 ---
 - name: Dependencies installed
   community.general.pkgng:
-    name: py39-pip,py39-cryptography,py39-ldap,py39-pillow,rust,libxslt,libxml2,py39-ldap,yarn,git-tiny,py39-cffi,py39-psycopg2
+    name: py39-pip py39-cryptography py39-ldap3 py39-pillow rust libxslt libxml2 yarn git-tiny py39-cffi py39-psycopg2
     state: latest
 
 - name: Source folder exists
@@ -13,7 +13,7 @@
 
 - name: Tandoor source @ master
   git:
-    repo: "https://github.com/vabene1111/recipes.git"
+    repo: "https://github.com/TandoorRecipes/recipes.git"
     dest: /usr/local/src/tandoor
     update: yes
     force: yes
@@ -43,6 +43,12 @@
 - name: Libraries for ldap linked
   file: src=/usr/local/include/ldap_cdefs.h dest=/usr/include/ldap_cdefs.h state=link
 
+- name: Libraries for ldap linked
+  file: src=/usr/local/include/ldap_features.h dest=/usr/include/ldap_features.h state=link
+
+- name: Libraries for ldap linked
+  file: src=/usr/local/include/ldap.h dest=/usr/include/ldap.h state=link
+
 - name: Libraries for ldap linked
   file: src=/usr/local/include/openldap.h dest=/usr/include/openldap.h state=link