mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Merge pull request #10842 from tylerharper/patch-1
update --ansible-private-keyfile to --private-key in documentation
This commit is contained in:
@@ -451,7 +451,7 @@ private_key_file
|
|||||||
================
|
================
|
||||||
|
|
||||||
If you are using a pem file to authenticate with machines rather than SSH agent or passwords, you can set the default
|
If you are using a pem file to authenticate with machines rather than SSH agent or passwords, you can set the default
|
||||||
value here to avoid re-specifying ``--ansible-private-keyfile`` with every invocation::
|
value here to avoid re-specifying ``--private-key`` with every invocation::
|
||||||
|
|
||||||
private_key_file=/path/to/file.pem
|
private_key_file=/path/to/file.pem
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user