Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
Use 'ansible' provisioner(ansible on host) instead of 'ansible_local'.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGtatsuro committed Feb 10, 2016
1 parent 02ff43a commit 7361e67
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 @@ -79,7 +79,7 @@ Vagrant.configure(2) do |config|
s.args = ['/usr/local/bin/ansible-galaxy', "if sys.argv == ['/usr/local/bin/ansible-galaxy', '--help']: sys.argv.insert(1, 'info')"]
end

config.vm.provision 'ansible_local' do |ansible|
config.vm.provision 'ansible' do |ansible|
ansible.galaxy_role_file = 'requirements.yml'
ansible.playbook = 'site.yml'
ansible.verbose = true
Expand Down

0 comments on commit 7361e67

Please sign in to comment.