replace sudo by become

This commit is contained in:
Erwan SEITE 2017-12-12 11:47:04 +01:00
parent f7dc73b830
commit 5f5d0ffe14

2
Vagrantfile vendored
View file

@ -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"]