pre-install python-ldap (#63201)

This commit is contained in:
Emmanuel Cazenave 2022-04-06 12:15:39 +02:00
parent 16aa6ae786
commit 2e895c30fd
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@
state: absent
virtualenv: "{{ virtualenv }}"
- name: custom python-ldap pip installation
ansible.builtin.pip:
name:
- python-ldap
state: present
extra_args: "--force-reinstall --no-binary python-ldap"
virtualenv: "{{venv_py3}}"
- name: source install authentic
import_tasks: install_source.yml
vars: