From: Andrew Schoen Date: Wed, 26 Jul 2017 14:29:50 +0000 (-0500) Subject: tests: do not use sudo with dev_setup.yml X-Git-Tag: v3.0.0rc1~3^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66df80d600d96032b8f0d0d243fcba516a071f73;p=ceph-ansible.git 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 --- 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: