ansible/changelogs/fragments/57993-openssh_keypair-add-public-key-and-key-comment-validation.yml
Maxim Babushkin 282ab4cb72 openssh_keypair - Add public key and key comment validation (#57993)
- Split the key validation to separate private and public.
- In case public key does not exist, recreate it.
- Validate comment of the key.
- In case comment changed, update the private and public keys.

(cherry picked from commit 27e414200f)
2019-08-12 18:29:03 -07:00

2 lines
84 B
YAML

bugfixes:
- openssh_keypair - add public key and key comment validation on change