From 3bafd3f1d8b7989fa63ee31311e62a446a4a46e4 Mon Sep 17 00:00:00 2001 From: Austin Lucas Lake <53884490+austinlucaslake@users.noreply.github.com> Date: Thu, 9 May 2024 13:50:00 -0700 Subject: [PATCH] add default attributes docs fragment Co-authored-by: Felix Fontein --- plugins/modules/gpg_keypair.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/gpg_keypair.py b/plugins/modules/gpg_keypair.py index 2b1cbdb4..0ff6e49c 100644 --- a/plugins/modules/gpg_keypair.py +++ b/plugins/modules/gpg_keypair.py @@ -18,6 +18,8 @@ description: - "This module allows one to generate or delete GPG private and public keys using GnuPG (gpg)." requirements: - gpg >= 2.1 +extends_documentation_fragment: + - community.crypto.attributes attributes: check_mode: description: