This commit is contained in:
Felix Fontein
2025-10-10 21:20:24 +02:00
parent 3ce86fbf97
commit 0f8a09e70e
78 changed files with 132 additions and 41 deletions

View File

@@ -7,6 +7,7 @@ from __future__ import annotations
import pathlib
import pytest
from ansible_collections.community.crypto.plugins.module_utils._openssh.certificate import (
OpensshCertificate,
OpensshCertificateOption,

View File

@@ -12,6 +12,7 @@ from socket import gethostname
from tempfile import mkdtemp
import pytest
from ansible_collections.community.crypto.plugins.module_utils._openssh.cryptography import (
HAS_OPENSSH_SUPPORT,
InvalidCommentError,

View File

@@ -7,6 +7,7 @@ from __future__ import annotations
import typing as t
import pytest
from ansible_collections.community.crypto.plugins.module_utils._openssh.utils import (
OpensshParser,
_OpensshWriter,