mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 22:03:18 +00:00
ipareplica/library/ipareplica_custodia_import_dm_password: Fix post 4.7 use
custodiainstance.import_dm_password does not support master_host_name post 4.6.90 anymore. A new inspect call has been added to verify if the arg is supported or not.
This commit is contained in:
@@ -42,6 +42,8 @@ else:
|
||||
if NUM_VERSION >= 40600:
|
||||
# IPA version >= 4.6
|
||||
|
||||
import inspect
|
||||
|
||||
import contextlib
|
||||
import logging
|
||||
|
||||
|
||||
Reference in New Issue
Block a user