test/vagrant: s/sudo/become/
This commit is contained in:
parent
36d4c410bf
commit
bf22674255
2
test/vagrant/Vagrantfile
vendored
2
test/vagrant/Vagrantfile
vendored
@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
#ansible.verbose = "vvvv"
|
||||
#ansible.host_key_checking = false
|
||||
#ansible.limit = 'all'
|
||||
ansible.sudo = true
|
||||
ansible.become = true
|
||||
ansible.extra_vars = { ansible_ssh_user: 'vagrant' }
|
||||
ansible.groups = {
|
||||
"myrole" => ["vfprobe" ],
|
||||
|
Loading…
Reference in New Issue
Block a user