dependencias para python-ldap
This commit is contained in:
parent
0f1a0d6f82
commit
72e925952a
@ -4,7 +4,13 @@
|
|||||||
# up domains and replication.
|
# up domains and replication.
|
||||||
|
|
||||||
- name: instalar dependencias
|
- name: instalar dependencias
|
||||||
apt: name=ldap-utils state=present
|
apt:
|
||||||
|
name:
|
||||||
|
- ldap-utils
|
||||||
|
- build-essential
|
||||||
|
- libldap2-dev
|
||||||
|
- libsasl2-dev
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: instalar dependencias
|
- name: instalar dependencias
|
||||||
pip: name=python-ldap state=present
|
pip: name=python-ldap state=present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user