From 869a97e1cb229961d03b25c3d320441615ab5035 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 7 Sep 2012 14:34:36 -0400 Subject: [PATCH] Fix comment in example config file. The config file incorrectly mentions the --private-key-file flag. Should be --private-key --- examples/ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index ac7fdce328..f29fd55b58 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -21,7 +21,7 @@ module_name = command remote_tmp = $HOME/.ansible/tmp -# the default pattern for ansible-playbooks ("hosts:") +# the default pattern for ansible-playbooks ("hosts:") pattern = * @@ -62,7 +62,7 @@ remote_port=22 #remote_user=root # if set, always use this private key file for authentication, same as if passing -# --private-key-file to ansible or ansible-playbook +# --private-key to ansible or ansible-playbook #private_key_file=/path/to/file