Skip to content

Commit

Permalink
Merge pull request #292 from fullyint/ansible-path
Browse files Browse the repository at this point in the history
Fix comment in Vagrantfile: use absolute path for ANSIBLE_PATH
  • Loading branch information
swalkinshaw committed Aug 6, 2015
2 parents cf1a842 + a915bba commit 7307437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV['VAGRANT_DEFAULT_PROVIDER'] = 'virtualbox'

require 'yaml'

ANSIBLE_PATH = __dir__ # path targeting Ansible directory (relative to Vagrantfile)
ANSIBLE_PATH = __dir__ # absolute path to Ansible directory

# Set Ansible roles_path relative to Ansible directory
ENV['ANSIBLE_ROLES_PATH'] = File.join(ANSIBLE_PATH, 'vendor', 'roles')
Expand Down

0 comments on commit 7307437

Please sign in to comment.