instalar dependencia python-ldap

This commit is contained in:
Mauro Torrez 2019-05-25 18:36:31 -03:00
parent c9c403b5cf
commit 0f1a0d6f82

View File

@ -6,6 +6,9 @@
- name: instalar dependencias
apt: name=ldap-utils state=present
- name: instalar dependencias
pip: name=python-ldap state=present
- name: "Create directory for building image"
file:
path: "/tmp/build.openldap-image"