From 84d89190c71cbd0f4f2bb09750c8cf2d9a051141 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 12 Aug 2019 10:22:27 +0200 Subject: [PATCH] openssh_keypair: Forgot version_added in #59268. (#60394) --- lib/ansible/modules/crypto/openssh_keypair.py | 1 + 1 file changed, 1 insertion(+) 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 '''