]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: do not use sudo with dev_setup.yml
authorAndrew Schoen <aschoen@redhat.com>
Wed, 26 Jul 2017 14:29:50 +0000 (09:29 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 4 Aug 2017 11:13:09 +0000 (06:13 -0500)
This causes problems when the tests are run locally and not in the CI

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tests/functional/dev_setup.yml

index 72bdf636885cade03ef94018bf5c41b75f93d833..bf07351c659cb860b742a783996667df2f09867b 100644 (file)
@@ -1,7 +1,7 @@
 ---
 - hosts: localhost
   gather_facts: false
-  become: yes
+  become: no
   tags:
     - vagrant_setup
   tasks: