From 20f1af0ee44f0e7422084d5238771f4ec8eaa359 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Fri, 31 Jan 2025 18:03:18 +0000 Subject: [PATCH] ansible_host: Add support for LDAP queries --- roles/ansible_host/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ansible_host/tasks/main.yml b/roles/ansible_host/tasks/main.yml index bc8f455..171debe 100644 --- a/roles/ansible_host/tasks/main.yml +++ b/roles/ansible_host/tasks/main.yml @@ -9,6 +9,7 @@ - ansible-collection-community-general - patch # needed in next step - python3.9-dns # required for lookup('dig', 'hostname') + - python3.9-ldap # required for ldap modules - python3.9-netaddr # required by iptables role - name: Patch ansible to support python 3.12 clients