diff --git a/lib/ansible/modules/crypto/openssh_keypair.py b/lib/ansible/modules/crypto/openssh_keypair.py index 316a5a8df69..cb5e522060a 100644 --- a/lib/ansible/modules/crypto/openssh_keypair.py +++ b/lib/ansible/modules/crypto/openssh_keypair.py @@ -62,6 +62,7 @@ options: description: - Provides a new comment to the public key. When checking if the key is in the correct state this will be ignored. type: str + version_added: "2.9" extends_documentation_fragment: files '''