Skip to content

Commit

Permalink
replace sudo by become
Browse files Browse the repository at this point in the history
  • Loading branch information
wanix committed Mar 26, 2018
1 parent f7dc73b commit 5f5d0ff
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 @@ -164,7 +164,7 @@ Vagrant.configure("2") do |config|
if File.exist?(File.join(File.dirname($inventory), "hosts"))
ansible.inventory_path = $inventory
end
ansible.sudo = true
ansible.become = true
ansible.limit = "all"
ansible.host_key_checking = false
ansible.raw_arguments = ["--forks=#{$num_instances}", "--flush-cache"]
Expand Down

0 comments on commit 5f5d0ff

Please sign in to comment.