From: Lorin Hochstein Date: Sun, 11 Jan 2015 02:36:55 +0000 (-0500) Subject: Use tilde in private key file X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=732d8cee4ee7a4350a2c2efbae0b68a59596b192;p=ansiblebook.git Use tilde in private key file --- 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