ldap_netdb: Verify that python3 is installed

This commit is contained in:
Timo Makinen 2022-11-06 14:03:50 +00:00
parent 18392bf352
commit 92d9597662

View file

@ -4,6 +4,7 @@
name: "{{ item }}" name: "{{ item }}"
state: installed state: installed
with_items: with_items:
- python3
- python3-ldap3 - python3-ldap3
- python3-requests - python3-requests