docs: clarify that known_hosts path must exist (#75615)

* docs: clarify that known_hosts path must exist

Fixes #75606

* Clarify clarification.
pull/75636/head
Martin Krizek 4 years ago committed by GitHub
parent ccf8a7da82
commit e60ee82343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,7 @@ options:
path:
description:
- The known_hosts file to edit.
- The known_hosts file will be created if needed. The rest of the path must exist prior to running the module.
default: "~/.ssh/known_hosts"
type: path
hash_host:

Loading…
Cancel
Save