Update user.py (#60746)

Return value `ssh_key_file` is the private key, not the public key
pull/60724/merge
radag87 5 years ago committed by Alicia Cozine
parent 13f5e930a4
commit 8bac810e38

@ -371,7 +371,7 @@ ssh_fingerprint:
type: str
sample: '2048 SHA256:aYNHYcyVm87Igh0IMEDMbvW0QDlRQfE0aJugp684ko8 ansible-generated on host (RSA)'
ssh_key_file:
description: Path to generated SSH public key file
description: Path to generated SSH private key file
returned: When C(generate_ssh_key) is C(True)
type: str
sample: /home/asmith/.ssh/id_rsa

Loading…
Cancel
Save