From ee3240346774cbfdc671b6ac114061673fb1b6b7 Mon Sep 17 00:00:00 2001 From: Tyler Harper Date: Mon, 27 Apr 2015 11:16:56 -0400 Subject: [PATCH] change --ansible-private-keyfile to --private-key An old command line option was left in the documentation. --- docsite/rst/intro_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index a13f6c6ecd9..91be8a98da2 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -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