ansible_ipa_server: Add missing inspect import

The inspect binding is needed because of the inspection of
validate_domain_name that has been introduced with commit
818db5cb4d for FreeIPA versions prior
to 4.7.
This commit is contained in:
Thomas Woerner
2019-04-05 12:25:49 +02:00
parent 15f650ccaa
commit 387f555560

View File

@@ -26,6 +26,7 @@ import os
import sys
import logging
#import fcntl
import inspect
from contextlib import contextmanager as contextlib_contextmanager