From bf226742550caa1964bdaa780b54bb4b0a82689d Mon Sep 17 00:00:00 2001 From: juju4 Date: Sun, 10 Dec 2017 21:03:27 -0500 Subject: [PATCH] test/vagrant: s/sudo/become/ --- test/vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vagrant/Vagrantfile b/test/vagrant/Vagrantfile index bbba70f..7f30f2f 100644 --- a/test/vagrant/Vagrantfile +++ b/test/vagrant/Vagrantfile @@ -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" ],