From 732d8cee4ee7a4350a2c2efbae0b68a59596b192 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 10 Jan 2015 21:36:55 -0500 Subject: [PATCH] Use tilde in private key file --- ch04/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04/ansible.cfg b/ch04/ansible.cfg index 2648141..e86ffdb 100644 --- a/ch04/ansible.cfg +++ b/ch04/ansible.cfg @@ -1,3 +1,3 @@ [defaults] hostfile = inventory -private_key_file = /Users/lorinhochstein/.vagrant.d/insecure_private_key +private_key_file = ~/.vagrant.d/insecure_private_key -- 2.44.0