From 81d9f39496d4cc628f3b4caa314685627b0b15e8 2024-09-03 18:08:07 From: Branko Majic Date: 2024-09-03 18:08:07 Subject: [PATCH] MAR-218: Fix execution of the LDAP database permissions module: - Python interpreter path must be specified explicitly (without the env wrapper). --- diff --git a/roles/ldap_server/library/m_ldap_permissions.py b/roles/ldap_server/library/m_ldap_permissions.py index 9d7a6d2bef0c81241cff786f8d9a290674690be0..54b014876d8e01b8a86a95e8887138a6f6a6c5b7 100644 --- a/roles/ldap_server/library/m_ldap_permissions.py +++ b/roles/ldap_server/library/m_ldap_permissions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 from ansible.module_utils.basic import AnsibleModule