diff --git a/plugins/modules/ssh_key.py b/plugins/modules/ssh_key.py index ffd8048..dce2921 100644 --- a/plugins/modules/ssh_key.py +++ b/plugins/modules/ssh_key.py @@ -128,9 +128,9 @@ hcloud_ssh_key: from ansible.module_utils.basic import AnsibleModule from ..module_utils.hcloud import AnsibleHCloud +from ..module_utils.ssh import ssh_public_key_md5_fingerprint from ..module_utils.vendor.hcloud import HCloudException from ..module_utils.vendor.hcloud.ssh_keys import BoundSSHKey -from ..module_utils.ssh import ssh_public_key_md5_fingerprint class AnsibleHCloudSSHKey(AnsibleHCloud):