Skip to content
Snippets Groups Projects
Unverified Commit 5c5e879c authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #1904 from guenhter/master

Change deprecated vagrant ansible flag 'sudo' to 'become'
parents 4771716a 3ac967a7
Branches
Tags
No related merge requests found
......@@ -140,7 +140,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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment