From a71b8901c16162390c4667834a434f4477007002 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 16 Apr 2023 16:40:59 +0200 Subject: [PATCH] TEMP - make CI fail. --- plugins/modules/crypto_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/crypto_info.py b/plugins/modules/crypto_info.py index 1988eb32..8a7b81d1 100644 --- a/plugins/modules/crypto_info.py +++ b/plugins/modules/crypto_info.py @@ -19,6 +19,7 @@ description: - Retrieve information on cryptographic capabilities. - The current version retrieves information on the L(Python cryptography library, https://cryptography.io/) available to Ansible modules, and on the OpenSSL binary C(openssl) found in the path. + - M(foo). extends_documentation_fragment: - community.crypto.attributes - community.crypto.attributes.info_module