From 66df80d600d96032b8f0d0d243fcba516a071f73 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 26 Jul 2017 09:29:50 -0500 Subject: [PATCH] tests: do not use sudo with dev_setup.yml This causes problems when the tests are run locally and not in the CI Signed-off-by: Andrew Schoen --- tests/functional/dev_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/dev_setup.yml b/tests/functional/dev_setup.yml index 72bdf6368..bf07351c6 100644 --- a/tests/functional/dev_setup.yml +++ b/tests/functional/dev_setup.yml @@ -1,7 +1,7 @@ --- - hosts: localhost gather_facts: false - become: yes + become: no tags: - vagrant_setup tasks: