Commit ee324034 by Tyler Harper

change --ansible-private-keyfile to --private-key

An old command line option was left in the documentation.
parent 3aede800
......@@ -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
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment