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 <aschoen@redhat.com>
pull/1716/head
Andrew Schoen 2017-07-26 09:29:50 -05:00
parent 63b7e3d36c
commit 66df80d600
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- hosts: localhost
gather_facts: false
become: yes
become: no
tags:
- vagrant_setup
tasks: