ansible/changelogs/fragments/57993-openssh_keypair-add-public-key-and-key-comment-validation.yml
Maxim Babushkin 27e414200f 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.
2019-08-10 18:57:35 -04:00

2 lines
84 B
YAML

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