diff --git a/tasks/main.yml b/tasks/main.yml index a945e68..02c8177 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -3,6 +3,9 @@ # A port binding to the Docker host is required for setting # up domains and replication. +- name: instalar dependencias + apt: name=ldap-utils state=present + - name: "Create directory for building image" file: path: "/tmp/build.openldap-image"