|
@@ -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: py39-pip,py39-cryptography,py39-ldap,py39-pillow,rust,libxslt,libxml2,py39-ldap,yarn,git-tiny,py39-cffi,py39-psycopg2
|
|
|
state: latest
|
|
|
|
|
|
- name: Source folder exists
|
|
@@ -34,6 +34,22 @@
|
|
|
owner: root
|
|
|
mode: 0644
|
|
|
|
|
|
+- name: Libraries for ldap linked
|
|
|
+ file: src=/usr/local/include/lber.h dest=/usr/include/lber.h state=link
|
|
|
+
|
|
|
+- name: Libraries for ldap linked
|
|
|
+ file: src=/usr/local/include/lber_types.h dest=/usr/include/lber_types.h state=link
|
|
|
+
|
|
|
+- 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/openldap.h dest=/usr/include/openldap.h state=link
|
|
|
+
|
|
|
+- name: Libraries for sasl linked
|
|
|
+ file: src=/usr/local/include/sasl dest=/usr/include/sasl state=link
|
|
|
+
|
|
|
+
|
|
|
- name: Tandoor requirements up to date
|
|
|
pip:
|
|
|
requirements: /usr/local/src/tandoor/requirements.txt
|
|
@@ -43,10 +59,10 @@
|
|
|
|
|
|
|
|
|
- name: Tandoor migrations up to date
|
|
|
- command: python3.8 /usr/local/src/tandoor/manage.py migrate
|
|
|
+ command: python3.9 /usr/local/src/tandoor/manage.py migrate
|
|
|
|
|
|
- name: Tandoor static files copied
|
|
|
- command: python3.8 /usr/local/src/tandoor/manage.py collectstatic --noinput
|
|
|
+ command: python3.9 /usr/local/src/tandoor/manage.py collectstatic --noinput
|
|
|
|
|
|
- name: Tandoor immortal file installed
|
|
|
template:
|